95 Commits (f3123c4ab3d3698262e59561ac084de45b10365a)

Author SHA1 Message Date
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
Andreas Gal da6abf5d9c [PATCH] fix segfault in fsck-cache 20 years ago
Daniel Barkalow 8237b1854c [PATCH] Additional functions for the objects database 20 years ago
Linus Torvalds 144bde78e9 Use O_NOATIME when opening the sha1 files. 20 years ago
Linus Torvalds 860edf7a71 Fix up some problems from the commit->tree helper patch 20 years ago
Junio C Hamano f4913f91a9 [PATCH] Accept commit in some places when tree is needed. 20 years ago
Linus Torvalds 706bc531a1 Make "write_sha1_file()" exit early if the file already exists. 20 years ago
Linus Torvalds d98b46f8d9 Do SHA1 hash _before_ compression. 20 years ago
Linus Torvalds 0fcfd160b0 Split up read-cache.c into more logical clumps. 20 years ago