summaryrefslogtreecommitdiff
path: root/sha1_name.c
AgeCommit message (Expand)Author
2006-02-03get_sha1_1: allow octopus^12 to be properly parsed.Junio C Hamano
2006-01-28abbrev cleanup: use symbolic constantsJunio C Hamano
2006-01-27Use symbolic name SHORT_NAME_AMBIGUOUS as error return valueUwe Zeisberger
2005-12-20diff: --abbrev optionJunio C Hamano
2005-12-18Revert "get_sha1_basic(): corner case ambiguity fix"Junio C Hamano
2005-12-18Remove misguided branch disambiguation.Junio C Hamano
2005-12-15get_sha1_basic(): corner case ambiguity fixJunio C Hamano
2005-11-21Make sure heads/foo and tags/foo do not confuse things.Junio C Hamano
2005-11-03Be careful when dereferencing tags.Junio C Hamano
2005-10-28Be more careful about reference parsingLinus Torvalds
2005-10-20Make sure we barf on ref^{type} failure.Junio C Hamano
2005-10-15Introduce notation "ref^{type}".Junio C Hamano
2005-10-11show-branch: optionally use unique prefix as name.Junio C Hamano
2005-10-04Make sure get_sha1 does not accept ambiguous sha1 prefix (again).Junio C Hamano
2005-10-03Error message from get_sha1() on ambiguous short SHA1.Junio C Hamano
2005-10-03Make sure get_sha1 does not accept ambiguous sha1 prefix.Junio C Hamano
2005-10-02[PATCH] Allow reading "symbolic refs" that point to other refsLinus Torvalds
2005-09-20Fix extended short SHA1 name completionLinus Torvalds
2005-08-23[PATCH] Add a new extended SHA1 syntax <name>~<num>Junio C Hamano
2005-08-21[PATCH] sha1_name: do not accept .git/refs/snap/.Junio C Hamano
2005-08-14[PATCH] Make get_sha1_basic() more carefulLinus Torvalds
2005-08-14[PATCH] Make sure git-resolve-script always works on commitsLinus Torvalds
2005-08-10[PATCH] Fix git-rev-parse's parent handlingJohannes Schindelin
2005-08-05Update get_sha1() to grok extended format.Junio C Hamano