summaryrefslogtreecommitdiff
path: root/name-rev.c
Commit message (Expand)AuthorAgeFilesLines
* sha1_name: warning ambiguous refs.Junio C Hamano2006-03-231-0/+1
* Use a hashtable for objects instead of a sorted listJohannes Schindelin2006-02-121-3/+4
* name-rev: do not omit leading components of ref name.Junio C Hamano2006-01-111-3/+4
* name-rev: fix parent counting.Junio C Hamano2005-11-281-2/+2
* name-rev: fix off-by-one error in --stdin.Junio C Hamano2005-11-251-4/+3
* Fix sparse warningsTimo Hirvonen2005-11-201-2/+0
* Be careful when dereferencing tags.Junio C Hamano2005-11-021-1/+1
* Add git-name-revJohannes Schindelin2005-10-261-0/+246