summaryrefslogtreecommitdiff
path: root/sha1_file.c
AgeCommit message (Expand)Author
2005-06-08[PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan
2005-06-07[PATCH] Operations on refsDaniel Barkalow
2005-06-02[PATCH] Find size of SHA1 object without inflating everything.Junio C Hamano
2005-06-02[PATCH] Handle deltified object correctly in git-*-pull family.Junio C Hamano
2005-06-02Split up unpack_sha1_file() some moreLinus Torvalds
2005-06-02Add "unpack_sha1_header()" helper functionLinus Torvalds
2005-05-26unpack_sha1_file: zero-pad the unpacked object.Linus Torvalds
2005-05-22Include file cleanups..Linus Torvalds
2005-05-20[PATCH] delta readNicolas Pitre
2005-05-20sparse cleanupLinus Torvalds
2005-05-18[PATCH] Kill a bunch of pointer sign warnings for gcc4Brian Gerst
2005-05-11Merge with http://members.cox.net/junkio/git-jc.gitPetr Baudis
2005-05-10Introduce GIT_DIR environment variable.Junio C Hamano
2005-05-10Rename environment variables.Junio C Hamano
2005-05-08Stylistic fixes to sha1_file.cJunio C Hamano
2005-05-08[PATCH] Really *do* nothing in while loopThomas Glanzmann
2005-05-07[PATCH] Add #include <limits.h> so that git compiles under SolarisThomas Glanzmann
2005-05-07Free compressed buffer after write_sha1_file() is done.Junio C Hamano
2005-05-07Introduce SHA1_FILE_DIRECTORIES to support multiple object databases.Junio C Hamano
2005-05-07[PATCH] Remove unused sha1_file_directory variable.Junio C Hamano
2005-05-03sha1_file: make the new sha1 object writing be coda-friendly.Linus Torvalds
2005-05-03Improve sha1 object file writing.Linus Torvalds
2005-05-02Add git-write-blob.Junio C Hamano
2005-05-02Remove the ugly jit-style parent syntax.Linus Torvalds
2005-05-02Add "look up parent" logic for the simple names.Linus Torvalds
2005-05-01Add "get_sha1()" helper function.Linus Torvalds
2005-04-28[PATCH] Rename and extend read_tree_with_tree_or_commit_sha1Junio C Hamano
2005-04-26[PATCH] introduce xmalloc and xreallocChristopher Li
2005-04-25Fix up the types in write_sha1_fileLinus Torvalds
2005-04-25Simplify "write_sha1_file()" interfacesLinus Torvalds
2005-04-24[PATCH] fix segfault in fsck-cacheAndreas Gal
2005-04-24[PATCH] Additional functions for the objects databaseDaniel Barkalow
2005-04-23Use O_NOATIME when opening the sha1 files.Linus Torvalds
2005-04-21Fix up some problems from the commit->tree helper patchLinus Torvalds
2005-04-21[PATCH] Accept commit in some places when tree is needed.Junio C Hamano
2005-04-20Make "write_sha1_file()" exit early if the file already exists.Linus Torvalds
2005-04-20Do SHA1 hash _before_ compression.Linus Torvalds
2005-04-18Split up read-cache.c into more logical clumps.Linus Torvalds