summaryrefslogtreecommitdiff
path: root/sha1_file.c
AgeCommit message (Expand)Author
2005-07-11[PATCH] Check packs and then files.Junio C Hamano
2005-07-10Avoid signedness warnings in sha1_file.cLinus Torvalds
2005-07-10[PATCH] Remove map_sha1_fileDaniel Barkalow
2005-07-10[PATCH] write_sha1_to_fd()Daniel Barkalow
2005-07-09[PATCH] Expose object ID computation functions.Bryan Larsen
2005-07-08Add "mkpath()" helper functionLinus Torvalds
2005-07-06[PATCH] clone-pack.c:write_one_ref() - Create leading directories.Junio C Hamano
2005-07-06[PATCH] sha1_file.c;prepare_packed_git_one() - fix DIR leakJunio C Hamano
2005-07-06Fix up path-cleanup in git_path() properlyLinus Torvalds
2005-07-05Add "git_path()" and "head_ref()" helper functions.Linus Torvalds
2005-07-03Add "has_sha1_pack()" function to query whether the object is available in a ...Linus Torvalds
2005-07-03Fix sparse warnings.Linus Torvalds
2005-07-03Avoid gcc warnings in sha1_file.cLinus Torvalds
2005-07-01[PATCH] Show more details of packfile with verify-pack -v.Junio C Hamano
2005-07-01[PATCH] verify-pack updates.Junio C Hamano
2005-07-01[PATCH] Avoid unnecessarily inflating and interpreting deltaJunio C Hamano
2005-06-29[PATCH] Add git-verify-pack command.Junio C Hamano
2005-06-29[PATCH] Fixlets on top of Nico's clean-up.Junio C Hamano
2005-06-29[PATCH] assorted delta code cleanupNicolas Pitre
2005-06-29Fix packed_delta_info() that was broken by the delta header packing changeLinus Torvalds
2005-06-29Make git pack files use little-endian size encodingLinus Torvalds
2005-06-28Merge fighting fsck-cache updates from JunioLinus Torvalds
2005-06-28[PATCH] Expose packed_git and alt_odb.Junio C Hamano
2005-06-28[PATCH] Bugfix: initialize pack_base to NULL.Junio C Hamano
2005-06-28Change pack file format. Hopefully for the last time.Linus Torvalds
2005-06-28Teach packing about "tag" objectsLinus Torvalds
2005-06-28[PATCH] Obtain sha1_file_info() for deltified pack entry properly.Junio C Hamano
2005-06-28[PATCH] Skip writing out sha1 files for objects in packed git.Junio C Hamano
2005-06-27[PATCH] Teach read_sha1_file() and friends about packed git object store.Junio C Hamano
2005-06-27[PATCH] Enhance sha1_file_size() into sha1_object_info()Junio C Hamano
2005-06-27[PATCH] Remove "delta" object representation.Junio C Hamano
2005-06-21[PATCH] Fix several gcc4 signedness warningsMika Kukkonen
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