aboutsummaryrefslogtreecommitdiffstats
path: root/rev-parse.c
AgeCommit message (Expand)AuthorFilesLines
2005-10-05upload-pack: Do not choke on too many heads request.Junio C Hamano1-0/+1
2005-09-20[PATCH] Teach "git-rev-parse" about date-based cut-offsLinus Torvalds1-0/+41
2005-09-18[PATCH] Add "--git-dir" flag to git-rev-parseLinus Torvalds1-0/+16
2005-08-24Rationalize output selection in rev-parse.Junio C Hamano1-67/+54
2005-08-23[PATCH] Fix git-rev-parse --default and --flags handlingLinus Torvalds1-3/+3
2005-08-17Add --symbolic flag to git-rev-parse.Junio C Hamano1-12/+18
2005-08-16[PATCH] Make "git diff" work inside relative subdirectoriesLinus Torvalds1-1/+6
2005-08-09Update rev-parse flags list.Junio C Hamano1-0/+3
2005-08-05Update get_sha1() to grok extended format.Junio C Hamano1-183/+5
2005-07-22[PATCH] Help scripts that use git-rev-parse to grok args with SP/TAB/LFJunio C Hamano1-3/+31
2005-07-11git-rev-parse: Allow a "zeroth" parent of a commit - the commit itself.Linus Torvalds1-1/+5
2005-07-06Add "--flags" and "--no-flags" arguments to git-rev-parseLinus Torvalds1-0/+14
2005-07-03git-rev-parse: support show sha1 names for pack entriesLinus Torvalds1-0/+49
2005-07-03Make git-rev-parse support cogito-style "short hex names"Linus Torvalds1-3/+76
2005-07-03Add "--all" flag to rev-parse that shows all refsLinus Torvalds1-1/+12
2005-06-26git-rev-parse: add "--not" flag to mark subsequent heads negativeLinus Torvalds1-15/+15
2005-06-24git-rev-parse: re-organize and be more carefulLinus Torvalds1-26/+81
2005-06-20Change parent syntax to "xyz^" instead of "xyz.p"Linus Torvalds1-5/+5
2005-06-20Make rev-parse understand "extended sha1" syntaxLinus Torvalds1-4/+57
2005-06-20git-rev-parse: flush "default" head when encountering something unexpectedLinus Torvalds1-1/+4
2005-06-20git-rev-parse: parse ".." before simple SHA1'sLinus Torvalds1-14/+14
2005-06-13Teach git-rev-parse about revision-specifying argumentsLinus Torvalds1-2/+31
2005-06-13git-rev-parse: split "revs" and "non-revs"Linus Torvalds1-2/+25
2005-06-13Add 'git-rev-parse' helper scriptLinus Torvalds1-0/+70