143 Commits (ed0e078f96a96ffe515899ef42051a568be4693a)

Author SHA1 Message Date
Linus Torvalds 38d3874ddc Make the unpacked object header functions static to sha1_file.c 19 years ago
Pavel Roskin a9486b02ec Avoid C99 comments, use old-style C comments instead. 19 years ago
Pavel Roskin 82e5a82fd7 Fix more typos, primarily in the code 19 years ago
Joachim B Haga 12f6c308d5 Make zlib compression level configurable, and change default. 19 years ago
Timo Hirvonen 554fe20d80 Make some strings const 19 years ago
Florian Forster 1d7f171c3a Remove all void-pointer arithmetic. 19 years ago
Junio C Hamano 138086a725 shared repository - add a few missing calls to adjust_shared_perm(). 19 years ago
Jeff King 86f7780c0b sha1_file: avoid re-preparing duplicate packs 19 years ago
Jeff King 637cdd9d1d handle concurrent pruning of packed objects 19 years ago
Linus Torvalds 4d548150ac Clean up sha1 file writing 19 years ago
Björn Engelmann e7332f96b3 remove the artificial restriction tagsize < 8kb 19 years ago
Junio C Hamano 1b9bc5a7b7 Fix pack-index issue on 64-bit platforms a bit more portably. 19 years ago
Ben Clifford d9635e9c53 include header to define uint32_t, necessary on Mac OS X 19 years ago
Dennis Stosberg 66561f5a77 Fix git-pack-objects for 64-bit platforms 19 years ago
Martin Waitz c2f493a4ae Transitively read alternatives 19 years ago
Linus Torvalds dcb3450fd8 sha1_to_hex() usage cleanup 19 years ago
Junio C Hamano 2855d58079 packed_object_info_detail(): check for corrupt packfile. 19 years ago
Nicolas Pitre 8960844a78 check patch_delta bounds more carefully 19 years ago
Peter Eriksen 8e44025925 Use blob_, commit_, tag_, and tree_type throughout. 19 years ago
Junio C Hamano 67686d9504 unpack_delta_entry(): reduce memory footprint. 19 years ago
Junio C Hamano bd2afde8a3 Give no terminating LF to error() function. 19 years ago
Junio C Hamano 3f9ac8d259 pack-objects: reuse data from existing packs. 19 years ago
Junio C Hamano 26125f6b9b detect broken alternates. 19 years ago
Carl Worth b5b16990f8 Prevent git-upload-pack segfault if object cannot be found 19 years ago
Junio C Hamano a49dd05fd0 pack-objects: reuse data from existing packs. 19 years ago
Junio C Hamano f8f135c9ba packed objects: minor cleanup 19 years ago
Jason Riedy 67d42212ff stat() for existence in safe_create_leading_directories() 19 years ago
Junio C Hamano e93ec6f9d8 Revert "check_packed_git_idx(): check integrity of the idx file itself." 19 years ago
Johannes Schindelin 457f06d68e Introduce core.sharedrepository 19 years ago
Junio C Hamano c5ced64578 check_packed_git_idx(): check integrity of the idx file itself. 19 years ago
Junio C Hamano 797bd6f490 check_packed_git_idx(): check integrity of the idx file itself. 19 years ago
Johannes Schindelin 1e80e04492 sha1_to_hex: properly terminate the SHA1 19 years ago
Alex Riesen 7246ed438c \n usage in stderr output 19 years ago
Pavel Roskin f4a11066cf sanity check in add_packed_git() 19 years ago
Daniel Barkalow 024510c8d9 Allow saving an object from a pipe 19 years ago
Junio C Hamano 1494e03888 sha1_file.c: make sure packs in an alternate odb is named properly. 19 years ago
Junio C Hamano 27dedf0c3b GIT 0.99.9j aka 1.0rc3 19 years ago
Junio C Hamano c0bbbb1ba9 sha1_file.c::add_packed_git(): fix type mismatch. 19 years ago
Lukas_Sandström c283ab21c1 Add git-pack-intersect 19 years ago
Johannes Schindelin 67ffdf4c0a Allow GIT_DIR to be an absolute path 19 years ago
Linus Torvalds 7ebb6fcafe Fix what to do and how to detect when hardlinking fails 19 years ago
Johannes Schindelin 9e48b38999 Work around missing hard links on FAT formatted media 19 years ago
Linus Torvalds 9d835df246 Keep track of whether a pack is local or not 19 years ago
Linus Torvalds e1b10391ea Use git config file for committer name and email info 19 years ago
Junio C Hamano b721e01f6e Use the same move_temp_to_file in git-http-fetch. 19 years ago
Linus Torvalds 230f13225d Create object subdirectories on demand 19 years ago
Junio C Hamano ec1fcc16af Show original and resulting blob object info in diff output. 19 years ago
Junio C Hamano 88cd621dee Consolidate null_sha1[]. 19 years ago
Junio C Hamano 264b16b621 Tell which packfile is corrupt when we die. 19 years ago
Sven Verdoolaege 5da1606d0b [PATCH] Provide access to git_dir through get_git_dir(). 19 years ago