summaryrefslogtreecommitdiff
path: root/rev-parse.c
Commit message (Expand)AuthorAgeFilesLines
* Add "--branches", "--tags" and "--remotes" options to git-rev-parse.Sean2006-05-141-1/+16
* Fix filename verification when in a subdirectoryLinus Torvalds2006-04-261-13/+2
* rev-parse: better error message for ambiguous argumentsPaul Mackerras2006-04-241-2/+10
* revision arguments: ..B means HEAD..B, just like A.. means A..HEADJunio C Hamano2006-03-291-9/+10
* Fix error handling for nonexistent namesLinus Torvalds2006-03-261-3/+5
* sha1_name: warning ambiguous refs.Junio C Hamano2006-03-231-0/+2
* Rip out merge-order and make "git log <paths>..." work again.Linus Torvalds2006-03-011-2/+0
* rev-list --objects-edgeJunio C Hamano2006-02-191-0/+1
* Merge fixes up to GIT 1.2.2Junio C Hamano2006-02-181-3/+3
|\
| * git-rev-parse: Fix --short= option parsingJonas Fonseca2006-02-171-3/+3
* | topo-order: make --date-order optional.Junio C Hamano2006-02-151-0/+1
|/
* rev-parse lstat() workaround cleanup.Linus Torvalds2006-02-051-7/+9
* Fix git-rev-parse over-eager errorsLinus Torvalds2006-02-051-5/+7
* rev-list: allow -<n> as shorthand for --max-count=<n>Eric Wong2006-01-311-0/+4
* rev-list: allow -n<n> as shorthand for --max-count=<n>Eric Wong2006-01-311-0/+15
*-. Merge lt/revlist,jc/diff,jc/revparse,jc/abbrevJunio C Hamano2006-01-281-1/+19
|\ \
| | * Rename rev-parse --abbrev to --short.Junio C Hamano2006-01-281-2/+2
| | * rev-parse --abbrev: do not try abbrev shorter than minimum.Junio C Hamano2006-01-281-2/+4
| | * rev-parse: --abbrev option.Junio C Hamano2006-01-281-0/+14
| |/ |/|
| * rev-parse: make "whatchanged -- git-fetch-script" work again.Junio C Hamano2006-01-281-1/+3
|/
* Make git-rev-list and git-rev-parse argument parsing stricterLinus Torvalds2006-01-251-0/+3
* rev-parse: --show-cdupJunio C Hamano2005-12-221-0/+12
* git's rev-parse.c function show_datestring presumes gnu dateLinus Torvalds2005-11-161-14/+1
* 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