summaryrefslogtreecommitdiffstats
path: root/rev-parse.c
AgeCommit message (Expand)AuthorLines
2005-07-06Add "--flags" and "--no-flags" arguments to git-rev-parseLinus Torvalds-0/+14
2005-07-03git-rev-parse: support show sha1 names for pack entriesLinus Torvalds-0/+49
2005-07-03Make git-rev-parse support cogito-style "short hex names"Linus Torvalds-3/+76
2005-07-03Add "--all" flag to rev-parse that shows all refsLinus Torvalds-1/+12
2005-06-26git-rev-parse: add "--not" flag to mark subsequent heads negativeLinus Torvalds-15/+15
2005-06-24git-rev-parse: re-organize and be more carefulLinus Torvalds-26/+81
2005-06-20Change parent syntax to "xyz^" instead of "xyz.p"Linus Torvalds-5/+5
2005-06-20Make rev-parse understand "extended sha1" syntaxLinus Torvalds-4/+57
2005-06-20git-rev-parse: flush "default" head when encountering something unexpectedLinus Torvalds-1/+4
2005-06-20git-rev-parse: parse ".." before simple SHA1'sLinus Torvalds-14/+14
2005-06-13Teach git-rev-parse about revision-specifying argumentsLinus Torvalds-2/+31
2005-06-13git-rev-parse: split "revs" and "non-revs"Linus Torvalds-2/+25
2005-06-13Add 'git-rev-parse' helper scriptLinus Torvalds-0/+70