summaryrefslogtreecommitdiffstats
path: root/rev-parse.c
AgeCommit message (Expand)AuthorLines
2006-02-17git-rev-parse: Fix --short= option parsingJonas Fonseca-3/+3
2006-02-05rev-parse lstat() workaround cleanup.Linus Torvalds-7/+9
2006-02-05Fix git-rev-parse over-eager errorsLinus Torvalds-5/+7
2006-01-31rev-list: allow -<n> as shorthand for --max-count=<n>Eric Wong-0/+4
2006-01-31rev-list: allow -n<n> as shorthand for --max-count=<n>Eric Wong-0/+15
2006-01-28Merge lt/revlist,jc/diff,jc/revparse,jc/abbrevJunio C Hamano-1/+19
2006-01-28rev-parse: make "whatchanged -- git-fetch-script" work again.Junio C Hamano-1/+3
2006-01-28Rename rev-parse --abbrev to --short.Junio C Hamano-2/+2
2006-01-28rev-parse --abbrev: do not try abbrev shorter than minimum.Junio C Hamano-2/+4
2006-01-28rev-parse: --abbrev option.Junio C Hamano-0/+14
2006-01-25Make git-rev-list and git-rev-parse argument parsing stricterLinus Torvalds-0/+3
2005-12-22rev-parse: --show-cdupJunio C Hamano-0/+12
2005-11-16git's rev-parse.c function show_datestring presumes gnu dateLinus Torvalds-14/+1
2005-10-30Update git-rev-list options list in rev-parse.Junio C Hamano-0/+2
2005-10-28Be more careful about reference parsingLinus Torvalds-0/+1
2005-10-26git-rev-list: make --dense the default (and introduce "--sparse")Linus Torvalds-1/+1
2005-10-20git-rev-parse: pass on "--" flag when requiredLinus Torvalds-0/+4
2005-10-18Avoid ambiguity between refname and filename in rev-parseLinus Torvalds-4/+8
2005-10-05upload-pack: Do not choke on too many heads request.Junio C Hamano-0/+1
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