summaryrefslogtreecommitdiff
path: root/sha1_name.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure heads/foo and tags/foo do not confuse things.Junio C Hamano2005-11-211-3/+14
* Be careful when dereferencing tags.Junio C Hamano2005-11-021-1/+1
* Be more careful about reference parsingLinus Torvalds2005-10-281-0/+27
* Make sure we barf on ref^{type} failure.Junio C Hamano2005-10-191-1/+3
* Introduce notation "ref^{type}".Junio C Hamano2005-10-151-0/+83
* show-branch: optionally use unique prefix as name.Junio C Hamano2005-10-111-7/+33
* Make sure get_sha1 does not accept ambiguous sha1 prefix (again).Junio C Hamano2005-10-031-6/+15
* Error message from get_sha1() on ambiguous short SHA1.Junio C Hamano2005-10-031-1/+1
* Make sure get_sha1 does not accept ambiguous sha1 prefix.Junio C Hamano2005-10-021-21/+68
* [PATCH] Allow reading "symbolic refs" that point to other refsLinus Torvalds2005-10-011-16/+1
* Fix extended short SHA1 name completionLinus Torvalds2005-09-201-7/+5
* [PATCH] Add a new extended SHA1 syntax <name>~<num>Junio C Hamano2005-08-221-0/+41
* [PATCH] sha1_name: do not accept .git/refs/snap/.Junio C Hamano2005-08-211-1/+0
* [PATCH] Make get_sha1_basic() more carefulLinus Torvalds2005-08-131-1/+1
* [PATCH] Make sure git-resolve-script always works on commitsLinus Torvalds2005-08-131-7/+3
* [PATCH] Fix git-rev-parse's parent handlingJohannes Schindelin2005-08-101-3/+6
* Update get_sha1() to grok extended format.Junio C Hamano2005-08-051-0/+228