60 Commits (7a662e896bcd391265477e304d7af6e5d2ca1deb)

Author SHA1 Message Date
Linus Torvalds dade09c226 Add "has_sha1_pack()" function to query whether the object is available in a pack 20 years ago
Linus Torvalds 6da4016aea Fix sparse warnings. 20 years ago
Linus Torvalds 4d235c8044 Avoid gcc warnings in sha1_file.c 20 years ago
Junio C Hamano ad8c80a58f [PATCH] Show more details of packfile with verify-pack -v. 20 years ago
Junio C Hamano f3bf922409 [PATCH] verify-pack updates. 20 years ago
Junio C Hamano c62266f37c [PATCH] Avoid unnecessarily inflating and interpreting delta 20 years ago
Junio C Hamano f9253394a2 [PATCH] Add git-verify-pack command. 20 years ago
Junio C Hamano 3c84974207 [PATCH] Fixlets on top of Nico's clean-up. 20 years ago
Nicolas Pitre dcde55bc58 [PATCH] assorted delta code cleanup 20 years ago
Linus Torvalds e5e3e0f500 Fix packed_delta_info() that was broken by the delta header packing change 20 years ago
Linus Torvalds 01247d8742 Make git pack files use little-endian size encoding 20 years ago
Junio C Hamano 9a217f2a72 [PATCH] Expose packed_git and alt_odb. 20 years ago
Junio C Hamano d85a4feeee [PATCH] Bugfix: initialize pack_base to NULL. 20 years ago
Linus Torvalds a733cb606f Change pack file format. Hopefully for the last time. 20 years ago
Linus Torvalds a69d094366 Teach packing about "tag" objects 20 years ago
Junio C Hamano 5db47c2bb3 [PATCH] Obtain sha1_file_info() for deltified pack entry properly. 20 years ago
Junio C Hamano d410c0f5a9 [PATCH] Skip writing out sha1 files for objects in packed git. 20 years ago
Junio C Hamano 1f688557c0 [PATCH] Teach read_sha1_file() and friends about packed git object store. 20 years ago
Junio C Hamano 36e4d74a21 [PATCH] Enhance sha1_file_size() into sha1_object_info() 20 years ago
Junio C Hamano c4584ae3fd [PATCH] Remove "delta" object representation. 20 years ago
Mika Kukkonen d565b3412a [PATCH] Fix several gcc4 signedness warnings 20 years ago
Jason McMullan 5d6ccf5ce7 [PATCH] Anal retentive 'const unsigned char *sha1' 20 years ago
Daniel Barkalow 95fc75129a [PATCH] Operations on refs 20 years ago
Junio C Hamano 65c2e0c349 [PATCH] Find size of SHA1 object without inflating everything. 20 years ago
Junio C Hamano 4a62b61939 [PATCH] Handle deltified object correctly in git-*-pull family. 20 years ago
Linus Torvalds 5180cacc20 Split up unpack_sha1_file() some more 20 years ago
Linus Torvalds c4483576b8 Add "unpack_sha1_header()" helper function 20 years ago
Linus Torvalds e871b649a3 unpack_sha1_file: zero-pad the unpacked object. 20 years ago
Linus Torvalds 6b0c312106 Include file cleanups.. 20 years ago
Nicolas Pitre 91d7b8afc2 [PATCH] delta read 20 years ago
Linus Torvalds e99d59ff0b sparse cleanup 20 years ago
Brian Gerst bf0f910d1d [PATCH] Kill a bunch of pointer sign warnings for gcc4 20 years ago
Junio C Hamano 8ac069ac0a Introduce GIT_DIR environment variable. 20 years ago
Junio C Hamano d19938ab60 Rename environment variables. 20 years ago
Junio C Hamano ddd5d0568d Stylistic fixes to sha1_file.c 20 years ago
Thomas Glanzmann 6ffcee883b [PATCH] Really *do* nothing in while loop 20 years ago
Thomas Glanzmann a1df57abb9 [PATCH] Add #include <limits.h> so that git compiles under Solaris 20 years ago
Junio C Hamano 383f85b72a Free compressed buffer after write_sha1_file() is done. 20 years ago
Junio C Hamano ace1534d6f Introduce SHA1_FILE_DIRECTORIES to support multiple object databases. 20 years ago
Junio C Hamano bf60144c0a [PATCH] Remove unused sha1_file_directory variable. 20 years ago
Linus Torvalds a31c6d022e sha1_file: make the new sha1 object writing be coda-friendly. 20 years ago
Linus Torvalds aac1794132 Improve sha1 object file writing. 20 years ago
Junio C Hamano 74400e7175 Add git-write-blob. 20 years ago
Linus Torvalds ca4c7db9ef Remove the ugly jit-style parent syntax. 20 years ago
Linus Torvalds 35ad33823e Add "look up parent" logic for the simple names. 20 years ago
Linus Torvalds 3c249c9506 Add "get_sha1()" helper function. 20 years ago
Junio C Hamano 40469ee9c6 [PATCH] Rename and extend read_tree_with_tree_or_commit_sha1 20 years ago
Christopher Li 812666c8e6 [PATCH] introduce xmalloc and xrealloc 20 years ago
Linus Torvalds f5b913c9cb Fix up the types in write_sha1_file 20 years ago
Linus Torvalds a44c9a5e2e Simplify "write_sha1_file()" interfaces 20 years ago