summaryrefslogtreecommitdiff
path: root/rev-parse.c
Commit message (Expand)AuthorAgeFilesLines
* git-rev-parse: add "--not" flag to mark subsequent heads negativeLinus Torvalds2005-06-261-15/+15
* git-rev-parse: re-organize and be more carefulLinus Torvalds2005-06-241-26/+81
* Change parent syntax to "xyz^" instead of "xyz.p"Linus Torvalds2005-06-201-5/+5
* Make rev-parse understand "extended sha1" syntaxLinus Torvalds2005-06-201-4/+57
* git-rev-parse: flush "default" head when encountering something unexpectedLinus Torvalds2005-06-201-1/+4
* git-rev-parse: parse ".." before simple SHA1'sLinus Torvalds2005-06-201-14/+14
* Teach git-rev-parse about revision-specifying argumentsLinus Torvalds2005-06-131-2/+31
* git-rev-parse: split "revs" and "non-revs"Linus Torvalds2005-06-131-2/+25
* Add 'git-rev-parse' helper scriptLinus Torvalds2005-06-131-0/+70