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

       Web browser: ---
            Bug ID: 43354
           Summary: [Enhancement] SpecialVersion.php: version info: in
                    addition to SHA hashes, please show also the date
                    (perhaps more info)
           Product: MediaWiki
           Version: 1.21-git
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: Unprioritized
         Component: Special pages
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: m...@tgries.de
    Classification: Unclassified
   Mobile Platform: ---

I always have difficulties to quickly identify the current versions of core and
extensions (quickly= without following the linked hash to gerrit and to look
there for the commit date)


Hereby I suggest:

- to use in
https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/core.git;a=blob_plain;f=includes/specials/SpecialVersion.php;hb=master
a different git log command
- with the goal to list not only the SHA hashes, but at least also the date,
and perhaps also the ref name.


 git log --pretty=format:"%h %ai" -n 1

resulting in something like

 a441912 2012-06-16 18:04:43 +0000

or 

 git log --pretty=format:"%d %h [%ai]" -n 1

 (HEAD, origin/master, origin/HEAD, master) a441912 2012-06-16 18:04:43 +0000

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to