94 Commits (e60f6d13f3b04ee3a8aa50ed5a0b97d2fb58bad8)

Author SHA1 Message Date
Martin Ågren b227586831 lock_file: make function-local locks non-static 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Martin Ågren 7199203937 object_array: add and use `object_array_pop()` 8 years ago
Jeff King 06f46f237a avoid "write_in_full(fd, buf, len) != len" pattern 8 years ago
Jeff King 076aa2cbda tempfile: auto-allocate tempfiles on heap 8 years ago
Jeff King 49bd0fc222 tempfile: do not delete tempfile on failed close 8 years ago
Jeff King 45c6b1ed24 always check return value of close_tempfile 8 years ago
Jeff King c0e963b77c setup_temporary_shallow: move tempfile struct into function 8 years ago
Jeff King 0899013993 setup_temporary_shallow: avoid using inactive tempfile 8 years ago
Stefan Beller 8b65a34c4a commit: convert lookup_commit_graft to struct object_id 8 years ago
René Scharfe 42c78a216e use DIV_ROUND_UP 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
brian m. carlson 1e43ed9867 Convert remaining callers of lookup_commit_reference* to object_id 8 years ago
brian m. carlson e92b848cb6 shallow: convert shallow registration functions to object_id 8 years ago
Johannes Schindelin 7c565a6b2d shallow: avoid memory leak 8 years ago
brian m. carlson 910650d2f8 Rename sha1_array to oid_array 8 years ago
brian m. carlson ee3051bd23 sha1-array: convert internal storage for struct sha1_array to object_id 8 years ago
Nguyễn Thái Ngọc Duy 649b0c316a shallow.c: remove useless code 8 years ago
Rasmus Villemoes 1127b3ced5 shallow.c: bit manipulation tweaks 8 years ago
Rasmus Villemoes 381aa8e730 shallow.c: avoid theoretical pointer wrap-around 8 years ago
Nguyễn Thái Ngọc Duy f2386c6b77 shallow.c: make paint_alloc slightly more robust 8 years ago
Nguyễn Thái Ngọc Duy 6bc3d8c5ec shallow.c: stop abusing COMMIT_SLAB_SIZE for paint_info's memory pools 8 years ago
Nguyễn Thái Ngọc Duy 0afd307ab4 shallow.c: rename fields in paint_info to better express their purposes 8 years ago
Lars Schneider 81c634e94f pkt-line: rename packet_write() to packet_write_fmt() 9 years ago
René Scharfe 50492f7b38 pass constants as first argument to st_mult() 9 years ago
Nguyễn Thái Ngọc Duy 3d9ff4d736 shallow.c: implement a generic shallow boundary finder based on rev-list 9 years ago
Jeff King 50a6c8efa2 use st_add and st_mult for allocation size computation 9 years ago
Jeff King b32fa95fd8 convert trivial cases to ALLOC_ARRAY 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
René Scharfe e510ab8988 use pop_commit() for consuming the first entry of a struct commit_list 9 years ago
Tobias Klauser 4b7c50a184 shallow: remove unused #include "sigchain.h" 10 years ago
Jeff King f932729cc7 memoize common git-path "constant" files 10 years ago
Michael Haggerty 6e122b449b setup_temporary_shallow(): use tempfile module 10 years ago
Michael Haggerty b4fb09e4da lockfile: add accessor get_lock_file_path() 10 years ago
Michael Haggerty 580b04ef98 shallow: rewrite functions to take object_id arguments 10 years ago
Michael Haggerty 2b2a5be394 each_ref_fn: change to take an object_id parameter 10 years ago
brian m. carlson 7683e2e6e3 commit: convert parts to struct object_id 10 years ago
Junio C Hamano 167832c2ca shallow.c: make check_shallow_file_for_update() static 10 years ago
Jeff King 8c53f0719b use xstrdup_or_null to replace ternary conditionals 10 years ago
Etienne Buira 0f4b6db3ba Handle atexit list internaly for unthreaded builds 11 years ago
Michael Haggerty 697cc8efd9 lockfile.h: extract new header file for the functions in lockfile.c 11 years ago
Michael Haggerty cf6950d3bf lockfile: change lock_file::filename into a strbuf 11 years ago
René Scharfe 2756ca4347 use REALLOC_ARRAY for changing the allocation size of arrays 11 years ago
Karsten Blees 6aa3085702 trace: improve trace performance 11 years ago
Jeff King 7839632167 shallow: verify shallow file after taking lock 11 years ago
Jeff King 0179c945fc shallow: automatically clean up shallow tempfiles 11 years ago
Jeff King 0cc77c386c shallow: use stat_validity to check for up-to-date file 11 years ago
Ramsay Jones feefdf62c1 shallow: remove unused code 11 years ago