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