aboutsummaryrefslogtreecommitdiffstats
path: root/name-rev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-08-03Make git-name-rev a builtinMatthias Kestenholz1-256/+0
2006-07-12Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds1-4/+4
2006-07-10Fix more typos, primarily in the codePavel Roskin1-1/+1
2006-06-29Abstract out accesses to object hash arrayLinus Torvalds1-5/+8
2006-06-19Add "named object array" conceptLinus Torvalds1-9/+10
2006-06-17Move "void *util" from "struct object" into "struct commit"Linus Torvalds1-3/+9
2006-06-17Shrink "struct object" a bitLinus Torvalds1-3/+3
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