133 Commits (f34998768824dd64dd68635e7d0ac93275ebede8)

Author SHA1 Message Date
brian m. carlson b4f5aca40e sha1_file: convert read_sha1_file to struct object_id 7 years ago
Martin Ågren 610008146e write_locked_index(): add flag to avoid writing unchanged index 7 years ago
SZEDER Gábor f919ffebed Use MOVE_ARRAY 7 years ago
Jeff King 06f46f237a avoid "write_in_full(fd, buf, len) != len" pattern 8 years ago
Junio C Hamano 6e96cb5286 rerere: allow approxidate in gc.rerereResolved/gc.rerereUnresolved 8 years ago
Junio C Hamano 5ea82279c0 rerere: represent time duration in timestamp_t internally 8 years ago
Ævar Arnfjörð Bjarmason 88ce3ef636 *.[ch] refactoring: make use of the FREE_AND_NULL() macro 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Nguyễn Thái Ngọc Duy f7566f073f rerere.c: move error_errno() closer to the source system call 8 years ago
Nguyễn Thái Ngọc Duy 5118d7f4e6 print errno when reporting a system call error 8 years ago
Nguyễn Thái Ngọc Duy e9d983f116 wrapper.c: add and use fopen_or_warn() 8 years ago
Junio C Hamano b3e83cc752 hold_locked_index(): align error handling with hold_lockfile_for_update() 8 years ago
brian m. carlson 99d1a9861a cache: convert struct cache_entry to use struct object_id 9 years ago
Junio C Hamano d9d501b068 rerere: remove an null statement 9 years ago
Junio C Hamano 8f4496148b rerere: plug memory leaks upon "rerere forget" failure 9 years ago
Nguyễn Thái Ngọc Duy 033e011e64 rerere.c: use error_errno() and warning_errno() 9 years ago
Junio C Hamano 890fca84be rerere: adjust 'forget' to multi-variant world order 9 years ago
Junio C Hamano 0ce02b3620 rerere: split code to call ll_merge() further 9 years ago
Junio C Hamano 3d730ed9b2 rerere: move code related to "forget" together 9 years ago
Junio C Hamano 1be1e85115 rerere: gc and clear 9 years ago
Junio C Hamano 629716d256 rerere: do use multiple variants 9 years ago
Junio C Hamano a13d13700b rerere: allow multiple variants to exist 9 years ago
Junio C Hamano c0a5423b6f rerere: delay the recording of preimage 9 years ago
Junio C Hamano 05dd9f139d rerere: handle leftover rr-cache/$ID directory and postimage files 9 years ago
Junio C Hamano 2c7929b133 rerere: scan $GIT_DIR/rr-cache/$ID when instantiating a rerere_id 9 years ago
Junio C Hamano 1869bbe1ce rerere: split conflict ID further 9 years ago
Jeff King f58316db0e rerere: replace strcpy with xsnprintf 9 years ago
Jeff King 9dd330e6ca rerere: release lockfile in non-writing functions 10 years ago
Jeff King f932729cc7 memoize common git-path "constant" files 10 years ago
Junio C Hamano 15ed07d532 rerere: un-nest merge() further 10 years ago
Junio C Hamano 1d51eced10 rerere: use "struct rerere_id" instead of "char *" for conflict ID 10 years ago
Junio C Hamano 18bb99342f rerere: call conflict-ids IDs 10 years ago
Junio C Hamano 925d73c421 rerere: further clarify do_rerere_one_path() 10 years ago
Junio C Hamano c7a25d3790 rerere: further de-dent do_plain_rerere() 10 years ago
Junio C Hamano 8e7768b2de rerere: refactor "replay" part of do_plain_rerere() 10 years ago
Junio C Hamano e828de826b rerere: explain the remainder 10 years ago
Junio C Hamano 963ec00356 rerere: explain "rerere forget" codepath 10 years ago
Junio C Hamano cc899eca55 rerere: explain the primary codepath 10 years ago
Junio C Hamano 4b68c2a087 rerere: explain MERGE_RR management helpers 10 years ago
Junio C Hamano d3c2749def rerere: fix benign off-by-one non-bug and clarify code 10 years ago
Junio C Hamano a96847cc16 rerere: explain the rerere I/O abstraction 10 years ago
Junio C Hamano 7d4053b69b rerere: do not leak mmfile[] for a path with multiple stage #1 entries 10 years ago
Junio C Hamano 74444d4ec4 rerere: stop looping unnecessarily 10 years ago
Junio C Hamano 67711cdc39 rerere: drop want_sp parameter from is_cmarker() 10 years ago
Junio C Hamano a14c7ab8f5 rerere: report autoupdated paths only after actually updating them 10 years ago
Junio C Hamano e2cb6a950b rerere: write out each record of MERGE_RR in one go 10 years ago
Junio C Hamano f5800f6ad8 rerere: lift PATH_MAX limitation 10 years ago
Junio C Hamano 8d9b5a4ada rerere: plug conflict ID leaks 10 years ago
Junio C Hamano 5eda906b28 rerere: handle conflicts with multiple stage #1 entries 10 years ago
Junio C Hamano fb70a06da2 rerere: fix an off-by-one non-bug 10 years ago