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