aboutsummaryrefslogtreecommitdiffstats
path: root/name-rev.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-23sha1_name: warning ambiguous refs.Junio C Hamano1-0/+1
2006-02-12Use a hashtable for objects instead of a sorted listJohannes Schindelin1-3/+4
2006-01-11name-rev: do not omit leading components of ref name.Junio C Hamano1-3/+4
2005-11-28name-rev: fix parent counting.Junio C Hamano1-2/+2
2005-11-25name-rev: fix off-by-one error in --stdin.Junio C Hamano1-4/+3
2005-11-20Fix sparse warningsTimo Hirvonen1-2/+0
2005-11-02Be careful when dereferencing tags.Junio C Hamano1-1/+1
2005-10-26Add git-name-revJohannes Schindelin1-0/+246