117 Commits (1a5fccc0c26b4a8abafd85a73558022e65f6f8cf)

Author SHA1 Message Date
brian m. carlson 99d1a9861a cache: convert struct cache_entry to use struct object_id 8 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 9 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
Jeff King 0544574cdc rerere: exit silently on "forget" when rerere is disabled 10 years ago
Jonathan Nieder 89ea90351d rerere: error out on autoupdate failure 10 years ago
Michael Haggerty 697cc8efd9 lockfile.h: extract new header file for the functions in lockfile.c 10 years ago
Tanay Abhra 633e5ad326 rerere.c: replace `git_config()` with `git_config_get_*()` family 11 years ago
René Scharfe e992d1eb39 use strbuf_addbuf for adding strbufs 11 years ago
Nguyễn Thái Ngọc Duy 03b8664772 read-cache: new API write_locked_index instead of write_index/write_cache 11 years ago
Nguyễn Thái Ngọc Duy ae8d082421 pathspec: pass directory indicator to match_pathspec_item() 11 years ago
Nguyễn Thái Ngọc Duy 854b09592c pathspec: rename match_pathspec_depth() to match_pathspec() 11 years ago
Nguyễn Thái Ngọc Duy 5ab06518a7 convert unmerge_cache to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 01a10b0af9 rerere: convert to use parse_pathspec 12 years ago
Nguyễn Thái Ngọc Duy 9c5e6c802c Convert "struct cache_entry *" to "const ..." wherever possible 12 years ago
Johannes Sixt b9e31f5947 rerere forget: do not segfault if not all stages are present 12 years ago