aboutsummaryrefslogtreecommitdiff
path: root/rev-parse.c
Commit message (Expand)AuthorAge
* Update git-rev-list options list in rev-parse.Junio C Hamano2005-10-30
* Be more careful about reference parsingLinus Torvalds2005-10-28
* git-rev-list: make --dense the default (and introduce "--sparse")Linus Torvalds2005-10-26
* git-rev-parse: pass on "--" flag when requiredLinus Torvalds2005-10-20
* Avoid ambiguity between refname and filename in rev-parseLinus Torvalds2005-10-18
* upload-pack: Do not choke on too many heads request.Junio C Hamano2005-10-05
* [PATCH] Teach "git-rev-parse" about date-based cut-offsLinus Torvalds2005-09-20
* [PATCH] Add "--git-dir" flag to git-rev-parseLinus Torvalds2005-09-18
* Rationalize output selection in rev-parse.Junio C Hamano2005-08-24
* [PATCH] Fix git-rev-parse --default and --flags handlingLinus Torvalds2005-08-23
* Add --symbolic flag to git-rev-parse.Junio C Hamano2005-08-17
* [PATCH] Make "git diff" work inside relative subdirectoriesLinus Torvalds2005-08-16
* Update rev-parse flags list.Junio C Hamano2005-08-09
* Update get_sha1() to grok extended format.Junio C Hamano2005-08-05
* [PATCH] Help scripts that use git-rev-parse to grok args with SP/TAB/LFJunio C Hamano2005-07-22
* git-rev-parse: Allow a "zeroth" parent of a commit - the commit itself.Linus Torvalds2005-07-11
* Add "--flags" and "--no-flags" arguments to git-rev-parseLinus Torvalds2005-07-06
* git-rev-parse: support show sha1 names for pack entriesLinus Torvalds2005-07-03
* Make git-rev-parse support cogito-style "short hex names"Linus Torvalds2005-07-03
* Add "--all" flag to rev-parse that shows all refsLinus Torvalds2005-07-03
* git-rev-parse: add "--not" flag to mark subsequent heads negativeLinus Torvalds2005-06-26
* git-rev-parse: re-organize and be more carefulLinus Torvalds2005-06-24
* Change parent syntax to "xyz^" instead of "xyz.p"Linus Torvalds2005-06-20
* Make rev-parse understand "extended sha1" syntaxLinus Torvalds2005-06-20
* git-rev-parse: flush "default" head when encountering something unexpectedLinus Torvalds2005-06-20
* git-rev-parse: parse ".." before simple SHA1'sLinus Torvalds2005-06-20
* Teach git-rev-parse about revision-specifying argumentsLinus Torvalds2005-06-13
* git-rev-parse: split "revs" and "non-revs"Linus Torvalds2005-06-13
* Add 'git-rev-parse' helper scriptLinus Torvalds2005-06-13