summaryrefslogtreecommitdiffstats
path: root/commit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-04-24Don't add references to objects we couldn't find. Linus Torvalds1-3/+6
2005-04-24Verify that the object type matches for tree/commit objects even before parsing.Linus Torvalds1-1/+1
2005-04-24Set object type at object creation time, not object parse time.Linus Torvalds1-1/+1
2005-04-23[PATCH] Allow multiple date-ordered listsDaniel Barkalow1-3/+5
2005-04-23Don't add parents to the commit list if we have alreadyLinus Torvalds1-2/+5
2005-04-23[PATCH] Add some functions for commit listsDaniel Barkalow1-6/+52
2005-04-21Include <limits.h> in commit.c for ULONG_MAX. Remove old "revision.h".Linus Torvalds1-0/+1
2005-04-18[PATCH] Implementations of parsing functionsDaniel Barkalow1-0/+85