summaryrefslogtreecommitdiffstats
path: root/rev-parse.c
AgeCommit message (Expand)AuthorLines
2005-09-20[PATCH] Teach "git-rev-parse" about date-based cut-offsLinus Torvalds-0/+41
2005-09-18[PATCH] Add "--git-dir" flag to git-rev-parseLinus Torvalds-0/+16
2005-08-24Rationalize output selection in rev-parse.Junio C Hamano-67/+54
2005-08-23[PATCH] Fix git-rev-parse --default and --flags handlingLinus Torvalds-3/+3
2005-08-17Add --symbolic flag to git-rev-parse.Junio C Hamano-12/+18
2005-08-16[PATCH] Make "git diff" work inside relative subdirectoriesLinus Torvalds-1/+6
2005-08-09Update rev-parse flags list.Junio C Hamano-0/+3
2005-08-05Update get_sha1() to grok extended format.Junio C Hamano-183/+5
2005-07-22[PATCH] Help scripts that use git-rev-parse to grok args with SP/TAB/LFJunio C Hamano-3/+31
2005-07-11git-rev-parse: Allow a "zeroth" parent of a commit - the commit itself.Linus Torvalds-1/+5
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