summaryrefslogtreecommitdiff
path: root/rev-parse.c
AgeCommit message (Expand)Author
2005-09-18[PATCH] Add "--git-dir" flag to git-rev-parseLinus Torvalds
2005-08-24Rationalize output selection in rev-parse.Junio C Hamano
2005-08-23[PATCH] Fix git-rev-parse --default and --flags handlingLinus Torvalds
2005-08-17Add --symbolic flag to git-rev-parse.Junio C Hamano
2005-08-17[PATCH] Make "git diff" work inside relative subdirectoriesLinus Torvalds
2005-08-10Update rev-parse flags list.Junio C Hamano
2005-08-05Update get_sha1() to grok extended format.Junio C Hamano
2005-07-23[PATCH] Help scripts that use git-rev-parse to grok args with SP/TAB/LFJunio C Hamano
2005-07-12git-rev-parse: Allow a "zeroth" parent of a commit - the commit itself.Linus Torvalds
2005-07-06Add "--flags" and "--no-flags" arguments to git-rev-parseLinus Torvalds
2005-07-04git-rev-parse: support show sha1 names for pack entriesLinus Torvalds
2005-07-04Make git-rev-parse support cogito-style "short hex names"Linus Torvalds
2005-07-03Add "--all" flag to rev-parse that shows all refsLinus Torvalds
2005-06-26git-rev-parse: add "--not" flag to mark subsequent heads negativeLinus Torvalds
2005-06-24git-rev-parse: re-organize and be more carefulLinus Torvalds
2005-06-21Change parent syntax to "xyz^" instead of "xyz.p"Linus Torvalds
2005-06-21Make rev-parse understand "extended sha1" syntaxLinus Torvalds
2005-06-20git-rev-parse: flush "default" head when encountering something unexpectedLinus Torvalds
2005-06-20git-rev-parse: parse ".." before simple SHA1'sLinus Torvalds
2005-06-13Teach git-rev-parse about revision-specifying argumentsLinus Torvalds
2005-06-13git-rev-parse: split "revs" and "non-revs"Linus Torvalds
2005-06-13Add 'git-rev-parse' helper scriptLinus Torvalds