https://bugzilla.wikimedia.org/show_bug.cgi?id=34474

       Web browser: ---
             Bug #: 34474
           Summary: find out file names ever used in /trunk/phase3
           Product: Wikimedia
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Git/Gerrit
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified


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

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to