425 Commits (17225c49d501a304a0ae9ff370ca5cc3ae4afe4d)

Author SHA1 Message Date
Nicolas Pitre 4b480c6716 discard revindex data when pack list changes 17 years ago
Steven Grimm ddd63e64e4 Optimize sha1_object_info for loose objects, not concurrent repacks 17 years ago
Dmitry Potapov 43df4f86e0 teach index_fd to work with pipes 17 years ago
Nicolas Pitre ac9391093f restore legacy behavior for read_sha1_file() 17 years ago
Shawn O. Pearce eac12e2d4d Correct pack memory leak causing git gc to try to exceed ulimit 17 years ago
Ramsay Jones 6e1c23442a Fix some warnings (on cygwin) to allow -Werror 17 years ago
Jeff King 2beebd22f4 clone: create intermediate directories of destination repo 17 years ago
Nicolas Pitre 99093238bb optimize verify-pack a bit 17 years ago
Jeff King 8e21d63b02 clone: create intermediate directories of destination repo 17 years ago
Nicolas Pitre 27d69a465d refactor pack structure allocation 17 years ago
Nicolas Pitre 8eca0b47ff implement some resilience against pack corruptions 17 years ago
Patrick Higgins 6ff6af62ec Workaround for AIX mkstemp() 17 years ago
Johannes Sixt 8385abfda5 Windows: Handle absolute paths in safe_create_leading_directories(). 17 years ago
Johannes Sixt 80ba074f41 Windows: Use the Windows style PATH separator ';'. 17 years ago
Linus Torvalds aafe9fbaf4 Add config option to enable 'fsync()' of object files 17 years ago
Junio C Hamano 79c6dca413 sha1_file.c: simplify parse_pack_index() 17 years ago
Junio C Hamano 3bfaf01857 create_tempfile: make sure that leading directories can be accessible by peers 17 years ago
Linus Torvalds 1421c5f274 write_loose_object: don't bother trying to read an old object 17 years ago
Linus Torvalds c529d75a75 Simplify and rename find_sha1_file() 17 years ago
Linus Torvalds 44d1c19ee8 Make loose object file reading more careful 17 years ago
Linus Torvalds 5723fe7e3c Avoid cross-directory renames and linking on object creation 17 years ago
Junio C Hamano 6483925999 sha1_file.c: dead code removal 17 years ago
Linus Torvalds e9039dd351 Consolidate SHA1 object file close 17 years ago
Junio C Hamano 6eec46bdda fix sha1_pack_index_name() 17 years ago
Heikki Orsila 633f43e1f7 Remove redundant code, eliminate one static variable 17 years ago
Nicolas Pitre bbac73117e add a force_object_loose() function 17 years ago
Daniel Barkalow bef70b22ba Add a library function to add an alternate to the alternates file 17 years ago
Heikki Orsila c697ad143b Cleanup xread() loops to use read_in_full() 17 years ago
Junio C Hamano 628522ec14 sha1-lookup: more memory efficient search in sorted list of SHA-1 17 years ago
Nicolas Pitre 70f5d5d31c fix unimplemented packed_object_info_detail() features 17 years ago
Martin Koegler 50974ec994 read_object_with_reference: don't read beyond the buffer 17 years ago
Jeff King 346245a1bb hard-code the empty tree object 17 years ago
Steffen Prohaska 21e5ad50fc safecrlf: Add mechanism to warn about irreversible crlf conversions 17 years ago
Shawn O. Pearce c9ced051c3 Fix random fast-import errors when compiled with NO_MMAP 17 years ago
Jim Meyering 790296fd88 Fix grammar nits in documentation and in code comments. 17 years ago
Steffen Prohaska 9e42d6a1c5 sha1_file.c: Fix size_t related printf format warnings 17 years ago
Johannes Sixt 85dadc3894 Use is_absolute_path() in sha1_file.c. 17 years ago
Junio C Hamano 7109c889f1 sha1_file.c: avoid gcc signed overflow warnings 17 years ago
Pierre Habouzit b315c5c081 strbuf change: be sure ->buf is never ever NULL. 18 years ago
Pierre Habouzit 182af8343c Use xmemdupz() in many places. 18 years ago
Junio C Hamano 000dfd3f6e Export matches_pack_name() and fix its return value 18 years ago
Pierre Habouzit ba3ed09728 Now that cache.h needs strbuf.h, remove useless includes. 18 years ago
Pierre Habouzit 5ecd293d14 Rewrite convert_to_{git,working_tree} to use strbuf's. 18 years ago
Pierre Habouzit fd17f5b5f7 Replace all read_fd use with strbuf_read, and get rid of it. 18 years ago
Shawn O. Pearce 9064d87b06 Don't segfault if we failed to inflate a packed delta 18 years ago
Luiz Fernando N. Capitulino eef427a09c Avoid ambiguous error message if pack.idx header is wrong 18 years ago
Carlos Rica c4fba0a358 Rename read_pipe() with read_fd() and make its buffer nul-terminated. 18 years ago
Jim Meyering 9cb18f56fd Don't smash stack when $GIT_ALTERNATE_OBJECT_DIRECTORIES is too long 18 years ago
Linus Torvalds 1164f1e48d Fix zero-object version-2 packs 18 years ago
Junio C Hamano 4175e9e3a8 More static 18 years ago