summaryrefslogtreecommitdiff
path: root/commit.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-01Add generic commit "pretty print" function.Libravatar Linus Torvalds1-0/+80
2005-05-30commit_list_insert: return the new commit list entryLibravatar Linus Torvalds1-1/+2
2005-05-25commit: save the commit buffer off when parsing a commitLibravatar Linus Torvalds1-0/+4
2005-05-22Include file cleanups..Libravatar Linus Torvalds1-2/+0
2005-05-20[PATCH] delta checkLibravatar Nicolas Pitre1-0/+2
2005-05-18commit: add "lookup_commit_reference()" helper functionLibravatar Linus Torvalds1-6/+23
2005-05-06[PATCH] don't load and decompress objects twice with parse_object()Libravatar Nicolas Pitre1-14/+26
2005-05-04[PATCH] Fix memory leaks in git-fsck-cacheLibravatar Sergey Vlasov1-1/+3
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