aboutsummaryrefslogtreecommitdiffstats
path: root/includes/GitInfo.php
Commit message (Expand)AuthorAgeFilesLines
* Cleanup some docs (includes/*.php)umherirrender2014-07-241-1/+1
* Fix GitInfo cache file path computation and storage locationBryan Davis2014-07-081-13/+27
* Check for valid git repository in GitInfo::getHeadCommitDateBryan Davis2014-05-061-1/+4
* Support precomputed data in GitInfoBryan Davis2014-05-051-86/+219
* Rename some local vars to start with a lowercase letterumherirrender2014-03-151-14/+14
* GitInfo: Suppress some wrong warningsKunal Mehta2014-02-061-1/+3
* Used DIRECTORY_SEPARATOR instead of '/' in GitInfo.phptonythomas012014-02-071-2/+2
* Fixed spacingumherirrender2013-12-011-2/+1
* doc: Fix grammar in GitInfo documentation commentTimo Tijhof2013-09-191-1/+1
* Gitweb -> GitblitAlex Monk2013-06-071-2/+3
* Fixed spacing in files direct in includes folderumherirrender2013-04-211-3/+3
* Add git HEAD date to Special:Version for core and extensionsDaSch2013-04-151-0/+26
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-2/+2
* Do not read /.git if it is a directoryumherirrender2013-02-271-1/+1
* Show HEADs for Git 1.7.8+ submodulesKevin Israel2013-02-201-2/+10
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-141-0/+15
* $wgGitRepositoryViewers to link to gitwebsaper2012-05-061-13/+3
* (bug 36361) Fix git links in Special:Version - removing extra spaceRobLa2012-05-011-1/+1
* Add GitViewers hook for extensions to add git viewers to SpecialVersionSimon Walker2012-04-161-11/+28
* Fixup/finish off function parameter documentationReedy2012-04-131-4/+6
* Follow-up I5b02aa914916f64492c85ce6dcc3272b6406551a (#4335), also put a link ...Alexandre Emsenhuber2012-04-101-0/+6
* makes gitweb URL points to full sha1Antoine Musso2012-04-101-2/+2
* (bug 35751) Fix git revision links on Special:Versiongrunny2012-04-061-0/+3
* (bug 35728) Git revisions are now linked on Special:VersionAlexandre Emsenhuber2012-04-051-0/+59
* Bug 35583 - GitInfo::isSHA1 returns true for non-sha1 valuesReedy2012-03-291-2/+2
* Add GitInfo class.Daniel Friesen2012-03-231-0/+122