summaryrefslogtreecommitdiff
path: root/sha1_file.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-01Remove the ugly jit-style parent syntax.Libravatar Linus Torvalds1-44/+0
2005-05-01Add "look up parent" logic for the simple names.Libravatar Linus Torvalds1-5/+62
2005-05-01Add "get_sha1()" helper function.Libravatar Linus Torvalds1-0/+29
2005-04-28[PATCH] Rename and extend read_tree_with_tree_or_commit_sha1Libravatar Junio C Hamano1-32/+37
2005-04-26[PATCH] introduce xmalloc and xreallocLibravatar Christopher Li1-5/+3
2005-04-25Fix up the types in write_sha1_fileLibravatar Linus Torvalds1-2/+2
2005-04-25Simplify "write_sha1_file()" interfacesLibravatar Linus Torvalds1-7/+20
2005-04-24[PATCH] fix segfault in fsck-cacheLibravatar Andreas Gal1-0/+2
2005-04-23[PATCH] Additional functions for the objects databaseLibravatar Daniel Barkalow1-0/+72
2005-04-23Use O_NOATIME when opening the sha1 files.Libravatar Linus Torvalds1-3/+26
2005-04-20Fix up some problems from the commit->tree helper patchLibravatar Linus Torvalds1-2/+2
2005-04-20[PATCH] Accept commit in some places when tree is needed.Libravatar Junio C Hamano1-0/+40
2005-04-20Make "write_sha1_file()" exit early if the file already exists.Libravatar Linus Torvalds1-4/+22
2005-04-20Do SHA1 hash _before_ compression.Libravatar Linus Torvalds1-6/+8
2005-04-18Split up read-cache.c into more logical clumps.Libravatar Linus Torvalds1-0/+247