85 Commits (ed0a84883ec33cd2d4ee7f66204de7dab13353d8)

Author SHA1 Message Date
Junio C Hamano ccfd3e9962 [PATCH] Define relative .git/objects/info/alternates semantics. 19 years ago
Junio C Hamano a9ab586a5d Retire support for old environment variables. 19 years ago
Peter Hagervall 2ab141a26f [PATCH] Possible cleanups for local-pull.c 19 years ago
Jason Riedy c7c81b3a51 Fix ?: statements. 19 years ago
Junio C Hamano 9577e7e3db Use LF and allow comments in objects/info/alternates file. 19 years ago
Daniel Barkalow c508df5edf [PATCH] Add function to read an index file from an arbitrary filename. 19 years ago
Junio C Hamano d5a63b9983 Alternate object pool mechanism updates. 19 years ago
Pavel Roskin 96ad15ae2f [PATCH] Warning fix for gcc 4 20 years ago
Sergey Vlasov bfc66daf5c [PATCH] Plug memory leak in write_sha1_to_fd() 20 years ago
Sergey Vlasov 1cf58e7222 [PATCH] Plug memory leak in read_object_with_reference() 20 years ago
Junio C Hamano 9938af6a85 Update get_sha1() to grok extended format. 20 years ago
barkalow@iabervon.org 70b9829ea7 [PATCH] Parallelize pulling by ssh 20 years ago
barkalow@iabervon.org bf592c5057 [PATCH] Functions for managing the set of packs the library is using (whitespace fixed) 20 years ago
Junio C Hamano 5da5c8f4cf Teach parse_commit_buffer about grafting. 20 years ago
Pavel Roskin e35f982415 [PATCH] mmap error handling 20 years ago
Junio C Hamano ab90ea5d6e [PATCH] Check packs and then files. 20 years ago
Linus Torvalds 0ee19dce2c Avoid signedness warnings in sha1_file.c 20 years ago
Daniel Barkalow d5f1befca8 [PATCH] Remove map_sha1_file 20 years ago
Daniel Barkalow a5eda52bfe [PATCH] write_sha1_to_fd() 20 years ago
Bryan Larsen 7672db20c2 [PATCH] Expose object ID computation functions. 20 years ago
Linus Torvalds 26c8a533af Add "mkpath()" helper function 20 years ago
Junio C Hamano b2cb94254b [PATCH] clone-pack.c:write_one_ref() - Create leading directories. 20 years ago
Junio C Hamano 5b35bcd53a [PATCH] sha1_file.c;prepare_packed_git_one() - fix DIR leak 20 years ago
Linus Torvalds f17a1b1bec Fix up path-cleanup in git_path() properly 20 years ago
Linus Torvalds 723c31fea2 Add "git_path()" and "head_ref()" helper functions. 20 years ago
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