451 Commits (08402b0409bc501deb97cf4388a78ee9f87092c6)

Author SHA1 Message Date
Jeff King 560fb6a183 remove over-eager caching in sha1_file_name 15 years ago
Dmitry Potapov 08bda2085c hash_object: correction for zero length file 15 years ago
Shawn O. Pearce 7b64469a36 Allow parse_pack_index on temporary files 15 years ago
Shawn O. Pearce fa5fc15d6e Introduce close_pack_index to permit replacement 15 years ago
Jeff King 40d52ff77b make commit_tree a library function 15 years ago
Jeff King c00e657df2 fix const-correctness of write_sha1_file 15 years ago
Nicolas Pitre f965c525a4 move encode_in_pack_object_header() to a better place 15 years ago
Matthieu Moy 5256b00631 Use git_mkstemp_mode instead of plain mkstemp to create object files 15 years ago
Nicolas Pitre 748af44c63 sha1_file: be paranoid when creating loose objects 15 years ago
Dmitry Potapov ea68b0ce9f hash-object: don't use mmap() for small files 15 years ago
Nicolas Pitre 9892bebafe sha1_file: don't malloc the whole compressed result when writing out objects 15 years ago
Michael Lukashov 1b22b6c897 refactor duplicated encode_header in pack-objects and fast-import 15 years ago
Nguyễn Thái Ngọc Duy 4bb43de259 Move offset_1st_component() to path.c 15 years ago
Ilari Liusvaara 4ab07e4d10 Fix integer overflow in unpack_compressed_entry() 15 years ago
Ilari Liusvaara 3aee68aa68 Fix integer overflow in unpack_sha1_rest() 15 years ago
Linus Torvalds a5031214c4 slim down "git show-index" 15 years ago
Junio C Hamano 356521ab22 sha1_file.c: remove unused function 15 years ago
Junio C Hamano 39eea7bdd9 Fix incorrect error check while reading deflated pack data 15 years ago
Shawn O. Pearce b3118bdc91 sha1_file: Fix infinite loop when pack is corrupted 15 years ago
Pierre Habouzit f630cfda88 refactor: use bitsizeof() instead of 8 * sizeof() 16 years ago
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago
Linus Torvalds 48fb7deb5b Fix big left-shifts of unsigned char 16 years ago
Christian Couder f5552aee39 sha1_file: add a "read_sha1_file_repl" function 16 years ago
Christian Couder 6809557029 replace_object: add mechanism to replace objects found in "refs/replace/" 16 years ago
Johannes Schindelin fd73ccf279 Cope better with a _lot_ of packs 16 years ago
Felipe Contreras 4b25d091ba Fix a bunch of pointer declarations (codestyle) 16 years ago
Alex Riesen 691f1a28bf replace direct calls to unlink(2) with unlink_or_warn 16 years ago
Johannes Schindelin 348df16679 Rename core.unreliableHardlinks to core.createObject 16 years ago
Johannes Schindelin be66a6c43d Add an option not to use link(src, dest) && unlink(src) when that is unreliable 16 years ago
Junio C Hamano 17e61b8288 set_shared_perm(): sometimes we know what the final mode bits should look like 16 years ago
Junio C Hamano 3be1f18e1b move_temp_to_file(): do not forget to chmod() in "Coda hack" codepath 16 years ago
Johan Herland fb8b193670 Move chmod(foo, 0444) into move_temp_to_file() 16 years ago
Junio C Hamano 5a688fe470 "core.sharedrepository = 0mode" should set, not loosen 16 years ago
Linus Torvalds e8bd78c3fc close_sha1_file(): make it easier to diagnose errors 16 years ago
Brandon Casey 4d6acb7041 Remove --kept-pack-only option and associated infrastructure 16 years ago
Junio C Hamano 69e020ae00 is_kept_pack(): final clean-up 16 years ago
Junio C Hamano 03a9683d22 Simplify is_kept_pack() 16 years ago
Junio C Hamano 386cb77210 Consolidate ignore_packed logic more 16 years ago
Junio C Hamano b8431b033f has_sha1_kept_pack(): take "struct rev_info" 16 years ago
Junio C Hamano cd673c1f17 has_sha1_pack(): refactor "pretend these packs do not exist" interface 16 years ago
Felipe Contreras a9d98a148d sha1_file.c: fix typo 16 years ago
Shawn O. Pearce fa3a0c94dc Clear the delta base cache if a pack is rebuilt 16 years ago
Shawn O. Pearce 3d20c636af Clear the delta base cache during fast-import checkpoint 16 years ago
Jeff King 915308b187 avoid 31-bit truncation in write_loose_object 16 years ago
Christian Couder c2c5b27051 sha1_file: make "read_object" static 16 years ago
Linus Torvalds 39c68542fc Wrap inflate and other zlib routines for better error reporting 16 years ago
Linus Torvalds b760d3aa74 Make 'index_path()' use 'strbuf_readlink()' 16 years ago
Nicolas Pitre c74faea19e make sure packs to be replaced are closed beforehand 16 years ago
Sam Vilain 35243577ab sha1_file.c: resolve confusion EACCES vs EPERM 16 years ago
Joey Hess 65117abc04 sha1_file: avoid bogus "file exists" error message 16 years ago