98 Commits (522e2f4515c4157c445fa49ed2a920f19711d5d9)

Author SHA1 Message Date
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
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 11 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
Johannes Sixt 53d8afafbb rerere forget: grok files containing NUL 12 years ago
Junio C Hamano 7e0d4ab585 rerere.c: mark private file-scope symbols as static 13 years ago
Junio C Hamano fd9563385f rerere: make rr-cache fanout directory honor umask 13 years ago
Nguyễn Thái Ngọc Duy 72a23e6449 rerere: remove i18n legos in result message 13 years ago
Jim Meyering a9930e359c plug a DIR buffer leak in rerere.c 14 years ago
Jim Meyering 5743350f69 rerere.c: diagnose a corrupt MERGE_RR when hitting EOF between TAB and '\0' 14 years ago
Junio C Hamano 0f891e7d7e rerere: libify rerere_clear() and rerere_gc() 14 years ago
Stephen Boyd 1e4cd68c00 sparse: Fix errors and silence warnings 14 years ago
Junio C Hamano 90a6464b4a rerere: make sure it works even in a workdir attached to a young repository 14 years ago
Martin von Zweigbergk ac49f5ca84 rerere "remaining" 14 years ago
Jonathan Nieder 712516bcac ll-merge: replace flag argument with options struct 15 years ago
Jonathan Nieder ff8ba59e7b rerere: never renormalize 15 years ago
Jonathan Nieder 18b037a5b6 ll-merge: let caller decide whether to renormalize 15 years ago
SZEDER Gábor 7d7ff15b39 rerere: fix overeager gc 15 years ago
Thiago Farina 183113a5ca string_list: Add STRING_LIST_INIT macro and make use of it. 15 years ago