summaryrefslogtreecommitdiff
path: root/rev-parse.c
Commit message (Expand)AuthorAgeFilesLines
* Update git-rev-list options list in rev-parse.Junio C Hamano2005-10-301-0/+2
* Be more careful about reference parsingLinus Torvalds2005-10-281-0/+1
* git-rev-list: make --dense the default (and introduce "--sparse")Linus Torvalds2005-10-261-1/+1
* git-rev-parse: pass on "--" flag when requiredLinus Torvalds2005-10-201-0/+4
* Avoid ambiguity between refname and filename in rev-parseLinus Torvalds2005-10-181-4/+8
* upload-pack: Do not choke on too many heads request.Junio C Hamano2005-10-051-0/+1
* [PATCH] Teach "git-rev-parse" about date-based cut-offsLinus Torvalds2005-09-201-0/+41
* [PATCH] Add "--git-dir" flag to git-rev-parseLinus Torvalds2005-09-181-0/+16
* Rationalize output selection in rev-parse.Junio C Hamano2005-08-241-67/+54
* [PATCH] Fix git-rev-parse --default and --flags handlingLinus Torvalds2005-08-231-3/+3
* Add --symbolic flag to git-rev-parse.Junio C Hamano2005-08-171-12/+18
* [PATCH] Make "git diff" work inside relative subdirectoriesLinus Torvalds2005-08-161-1/+6
* Update rev-parse flags list.Junio C Hamano2005-08-091-0/+3
* Update get_sha1() to grok extended format.Junio C Hamano2005-08-051-183/+5
* [PATCH] Help scripts that use git-rev-parse to grok args with SP/TAB/LFJunio C Hamano2005-07-221-3/+31
* git-rev-parse: Allow a "zeroth" parent of a commit - the commit itself.Linus Torvalds2005-07-111-1/+5
* Add "--flags" and "--no-flags" arguments to git-rev-parseLinus Torvalds2005-07-061-0/+14
* git-rev-parse: support show sha1 names for pack entriesLinus Torvalds2005-07-031-0/+49
* Make git-rev-parse support cogito-style "short hex names"Linus Torvalds2005-07-031-3/+76
* Add "--all" flag to rev-parse that shows all refsLinus Torvalds2005-07-031-1/+12
* 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