summaryrefslogtreecommitdiffstats
path: root/build/util/lastchange.py
Commit message (Expand)AuthorAgeFilesLines
* Lengthen lastchange VERSION string to show full hash and commit position.agable2014-09-021-5/+11
* Further shorten the lastchange string.agable2014-08-241-1/+3
* Temporarily make lastchange use only the git hash.agable2014-08-231-11/+3
* Get lastchange.py to work correctly on Git repositories.agable@chromium.org2014-08-211-4/+16
* Add a target in GN that generates a last_change.h file for the SVN revision.brettw@chromium.org2013-11-081-7/+58
* Generate and use LASTCHANGE for blinkmnaganov@chromium.org2013-05-311-1/+1
* Allow lastchange.py to be used for arbitrary repositories.chrisha@chromium.org2012-10-251-2/+8
* Fix lastchange.py when running on native win32 pythonscottmg@google.com2012-02-011-3/+1
* Fix lastchange.py when running on native win32 pythonscottmg@google.com2012-02-011-4/+8
* lastchange: don't check git state for whether the tree is dirtyevan@chromium.org2012-01-121-27/+1
* Unify the version string to be displayed on "About Chromium" dialog. (5/6)haraken@google.com2011-07-301-102/+70
* Fetch repository root for git-svn checkouts.dilmah@chromium.org2011-03-041-3/+28
* Fix webkit build failure reported by evan@dilmah@chromium.org2011-03-031-8/+9
* Fix spelling in recent commitdilmah@chromium.org2011-03-031-1/+1
* Added check for None missed in recent commit.dilmah@chromium.org2011-03-031-1/+3
* Try harder to dig git-svn revision.dilmah@chromium.org2011-03-021-31/+131
* lastchange: use shell=True on Windowsevan@chromium.org2011-01-271-1/+2
* lastchange: don't use git rev-parse output when it failsevan@chromium.org2011-01-261-1/+4
* lastchange: give up on git-svnevan@chromium.org2011-01-261-29/+24
* lastchange: wrap another subprocess call in a try blockevan@chromium.org2011-01-241-5/+8
* lastchange: skip over git-svn "rebuilding..." linesevan@chromium.org2011-01-241-1/+3
* lastchange: handle the git-but-not-git-svn caseevan@chromium.org2011-01-241-3/+18
* Fixed invocation of "git svn info" under win32.caseq@google.com2011-01-241-3/+9
* webkit: expose webkit branch and revision number in about pagesevan@chromium.org2011-01-221-21/+46
* lastchange: add a flag to only print the svn revision numberevan@chromium.org2011-01-211-6/+10
* lastchange.py: fix style, unify git codepathevan@chromium.org2011-01-211-41/+15
* Try harder to determine lastchange in case of git-svn repository with some lo...dilmah@chromium.org2010-10-051-13/+15
* Allow the lastchange target to get a hard-coded default last changesgk@google.com2009-08-051-3/+8
* Fetch the SVN revision number correctly regardless of line endingssgk@google.com2009-06-161-4/+6
* Grab the correct element from the match group of the git regex.mmoss@chromium.org2009-06-051-1/+1
* Fetch last change (revision) info in a separate action that can runsgk@google.com2009-06-041-0/+121