Last modified: 2012-02-17 16:22:58 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T36474, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 34474 - find out file names ever used in /trunk/phase3
find out file names ever used in /trunk/phase3
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Git/Gerrit (Other open bugs)
unspecified
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks: 34473
  Show dependency treegraph
 
Reported: 2012-02-17 16:22 UTC by Antoine "hashar" Musso (WMF)
Modified: 2012-02-17 16:22 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Antoine "hashar" Musso (WMF) 2012-02-17 16:22:48 UTC
Following a discussion this ^chad, we were wondering which file name were used in /trunk/phase3/ root. A onliner give us the answer:

$ git log --name-only --pretty="%H" | cut -d\/ -f1 | egrep -v "\w{40}" | sort | uniq -c | sort -n

   1 .gitreview
   1 cache
   1 load.php5
   1 opensearch_desc.php5
   2 .gitignore
   2 404.php
   2 RELEASE-NOTES-1.18.old
   2 TESTFILE
   2 ajax.php
   2 extension-test.php5
   2 img_auth.php5
   2 isReedyCrazy.txt
   2 redirect.php5
   2 setup_message.html
   2 test
   2 thumb-handler.php5
   2 thumb.php5
   2 thumb_handler.php5
   2 trackback.php5
   3 COPYING
   3 index.php5
   3 locale
   3 mwScriptLoader.php5
   3 rdf
   4 StartProfiler.sample
   4 Test.php
   4 api.php5
   4 mw-config
   4 php5.php5
   4 thumb-handler.php
   5 bin
   5 redirect.phtml
   5 thumb_handler.php
   6 FAQ
   6 Version.php
   6 thumb.config.sample
   8 .cvsignore
   8 Makefile
   8 mwScriptLoader.php
  10 soap
  11 texvc.phtml
  12 load.php
  14 AdminSettings.sample
  16 StartProfiler.php
  16 redirect.php
  17 RELEASE-NOTES-1.20
  17 experiments
  17 opensearch_desc.php
  22 irc
  22 serialized
  24 trackback.php
  27 wiki.phtml
  30 INSTALL
  38 UPGRADE
  39 install.php
  42 README
  42 update.php
  43 profileinfo.php
  45 LocalSettings.sample
  48 api.php
  48 install-utils.inc
  52 img_auth.php
  63 thumb.php
  66 HISTORY
  67 templates
  81 RELEASE-NOTES-1.18
  95 images
 104 t
 119 math
 122 PHPTAL-NP-0.7.0
 184 Smarty-2.6.2
 187 testsuite
 214 CREDITS
 220 index.php
 422 config
 426 RELEASE-NOTES-1.19
 694 stylesheets
 746 docs
2023 resources
2429 tests
3865 js2
4595 skins
5723 RELEASE-NOTES
10097 maintenance
41055 
47529 includes
95833 languages

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links