summaryrefslogtreecommitdiff
path: root/commit.c
AgeCommit message (Expand)Author
2005-05-22Include file cleanups..Linus Torvalds
2005-05-20[PATCH] delta checkNicolas Pitre
2005-05-18commit: add "lookup_commit_reference()" helper functionLinus Torvalds
2005-05-06[PATCH] don't load and decompress objects twice with parse_object()Nicolas Pitre
2005-05-04[PATCH] Fix memory leaks in git-fsck-cacheSergey Vlasov
2005-04-26[PATCH] introduce xmalloc and xreallocChristopher Li
2005-04-24Don't add references to objects we couldn't find. Linus Torvalds
2005-04-24Verify that the object type matches for tree/commit objects even before parsing.Linus Torvalds
2005-04-24Set object type at object creation time, not object parse time.Linus Torvalds
2005-04-24[PATCH] Allow multiple date-ordered listsDaniel Barkalow
2005-04-24Don't add parents to the commit list if we have alreadyLinus Torvalds
2005-04-24[PATCH] Add some functions for commit listsDaniel Barkalow
2005-04-21Include <limits.h> in commit.c for ULONG_MAX. Remove old "revision.h".Linus Torvalds
2005-04-18[PATCH] Implementations of parsing functionsDaniel Barkalow