47 Commits (7b41e1e15b2cce13deaafc0aab10580036346a5a)

Author SHA1 Message Date
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
Julian Phillips 78a395d371 string_list: Fix argument order for string_list_insert 15 years ago
Gary V. Vaughan 4b05548fc0 enums: omit trailing comma for portability 15 years ago
Jonathan Nieder f01de62e45 ll_merge(): add ancestor label parameter for diff3-style output 15 years ago
Bert Wesarg 689b8c290d rerere: fix memory leak if rerere images can't be read 15 years ago
Jeff King af86debc86 rerere: fix too-short initialization 15 years ago
Junio C Hamano 8588567c96 rerere: honor conflict-marker-size attribute 15 years ago
Junio C Hamano 191f241717 rerere: prepare for customizable conflict marker length 15 years ago
Junio C Hamano 88533f6d64 rerere: use ll_merge() instead of using xdl_merge() 15 years ago
Junio C Hamano 00f8f97d30 xdl_merge(): introduce xmparam_t for merge specific parameters 15 years ago
Junio C Hamano dea4562bf5 rerere forget path: forget recorded resolution 15 years ago
Junio C Hamano 27d6b08536 rerere: refactor rerere logic to make it independent from I/O 15 years ago
Junio C Hamano d58ee6dbf6 rerere: remove silly 1024-byte line limit 15 years ago
Junio C Hamano cb6020bb01 Teach --[no-]rerere-autoupdate option to merge, revert and friends 15 years ago
Jim Meyering 2b7ca830c6 use write_str_in_full helper to avoid literal string lengths 16 years ago
Alex Riesen 691f1a28bf replace direct calls to unlink(2) with unlink_or_warn 16 years ago
SZEDER Gábor 900569661b rerere: remove duplicated functions 16 years ago
Junio C Hamano ba19a808aa Drop double-semicolon in C 16 years ago
Alex Riesen 47d32af233 Make some of fwrite/fclose/write/close failures visible 16 years ago
Alex Riesen a4f34cbb4c Use git_pathdup instead of xstrdup(git_path(...)) 16 years ago
Junio C Hamano acd3b9eca8 Enhance hold_lock_file_for_{update,append}() API 16 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 16 years ago
Nicolas Pitre 9126f0091f fix openssl headers conflicting with custom SHA1 implementations 17 years ago
Junio C Hamano 90b4a71c49 is_directory(): a generic helper function 17 years ago
Junio C Hamano 387c9d4981 rerere: understand "diff3 -m" style conflicts with the original 17 years ago
Junio C Hamano cc58d7dfdd rerere.c: use symbolic constants to keep track of parsing states 17 years ago
Johannes Schindelin c455c87c5c Rename path_list to string_list 17 years ago
Junio C Hamano 9196e82587 rerere.autoupdate: change the message when autoupdate is in effect 17 years ago
Stephan Beyer 5b2fd95606 rerere: Separate libgit and builtin functions 17 years ago
Olivier Marin 99d698f1e7 builtin-rerere: more carefully find conflict markers 17 years ago
Junio C Hamano 121c813f8d rerere.autoupdate 17 years ago
Junio C Hamano 51e0d0a67b rerere: remove dubious "tail_optimization" 17 years ago
Junio C Hamano a1b32fdc3d git-rerere: detect unparsable conflicts 17 years ago
Junio C Hamano 9022a495a3 rerere: rerere_created_at() and has_resolution() abstraction 17 years ago
Junio C Hamano 1a8fb155cf builtin-rerere: fix a small leak 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Daniel Barkalow 1468bd4783 Use a single implementation and API for copy_file() 17 years ago
Linus Torvalds 7a51ed66f6 Make on-disk index representation separate from in-core one 17 years ago
Brandon Casey 4ed7cd3ab0 Improve use of lockfile API 17 years ago
Junio C Hamano c279d7e986 xdl_diff: identify call sites. 17 years ago
Kristian Høgsberg d8b7db0abf Export rerere() and launch_editor(). 18 years ago
Junio C Hamano b4833a2c62 rerere: Fix use of an empty strbuf.buf 18 years ago
Pierre Habouzit 8289b62095 Make builtin-rerere use of strbuf nicer and more efficient. 18 years ago