63 Commits (49b8133a9ece199a17db8bb2545202c6eac67485)

Author SHA1 Message Date
brian m. carlson 2c65d90f75 am: reload .gitattributes after patching it 5 years ago
Elijah Newren b2a7942b8b merge-recursive: increase marker length with depth of recursion 6 years ago
Nguyễn Thái Ngọc Duy 32eaa46883 ll-merge.c: remove implicit dependency on the_index 6 years ago
Torsten Bögershausen d64324cb60 Make git_check_attr() a void function 6 years ago
Nguyễn Thái Ngọc Duy 7a400a2c02 attr: remove an implicit dependency on the_index 7 years ago
Jeff King 06f46f237a avoid "write_in_full(fd, buf, len) != len" pattern 7 years ago
Ævar Arnfjörð Bjarmason e140f7afdd coccinelle: make use of the "expression" FREE_AND_NULL() rule 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Brandon Williams a33e0b2a77 convert: convert renormalize_buffer to take an index 8 years ago
Junio C Hamano 2aef63d31c attr: convert git_check_attrs() callers to use the new API 8 years ago
Junio C Hamano 7bd18054d2 attr: rename function and struct related to checking attributes 8 years ago
Junio C Hamano d694a17986 ll-merge: use a longer conflict marker for internal merge 9 years ago
Junio C Hamano ed34567c7b ll-merge: fix typo in comment 9 years ago
Jeff King 3733e69464 use xmallocz to avoid size arithmetic 9 years ago
Jeff King dcd1742e56 xdiff: reject files larger than ~1GB 9 years ago
Jeff King 5096d4909f convert trivial sprintf / strcpy calls to xsnprintf 9 years ago
Junio C Hamano ef45bb1f81 ll-merge: pass the original path to external drivers 10 years ago
Tanay Abhra 6ea358f784 ll-merge.c: refactor `read_merge_config()` to use `git_config_string()` 11 years ago
Jeff King d731f0ade1 convert some config callbacks to parse_config_key 12 years ago
Junio C Hamano e0e2065f74 ll-merge: warn about inability to merge binary files only when we can't 13 years ago
Junio C Hamano a944af1d86 merge: teach -Xours/-Xtheirs to binary ll-merge driver 13 years ago
Pete Wyckoff 82247e9bd5 remove superfluous newlines in error messages 13 years ago
Michael Haggerty d932f4eb9f Rename git_checkattr() to git_check_attr() 14 years ago
Jonathan Nieder 4fb40c2b82 ll-merge: simplify opts == NULL case 14 years ago
Justin Frankel 58a1ece478 merge-recursive --patience 15 years ago
Jonathan Nieder 712516bcac ll-merge: replace flag argument with options struct 15 years ago
Jonathan Nieder 18b037a5b6 ll-merge: let caller decide whether to renormalize 15 years ago
Jonathan Nieder 73cf7f713d ll-merge: make flag easier to populate 15 years ago
Eyvind Bernhardsen f217f0e86d Avoid conflicts when merging branches with mixed normalization 15 years ago
Gary V. Vaughan 66dbfd55e3 Rewrite dynamic structure initializations to runtime assignment 15 years ago
Jonathan Nieder f01de62e45 ll_merge(): add ancestor label parameter for diff3-style output 15 years ago
Jonathan Nieder a4b5e91c49 xdl_merge(): move file1 and file2 labels to xmparam structure 15 years ago
Bert Wesarg 560119b9ab refactor merge flags into xmparam_t 15 years ago
Bert Wesarg cd1d61c44f make union merge an xdl merge favor 15 years ago
Avery Pennarun 8cc5b29065 git merge -X<option> 15 years ago
Junio C Hamano 8588567c96 rerere: honor conflict-marker-size attribute 15 years ago
Junio C Hamano 23a64c9e77 conflict-marker-size: new attribute 15 years ago
Junio C Hamano 00f8f97d30 xdl_merge(): introduce xmparam_t for merge specific parameters 15 years ago
Junio C Hamano 7fb0eaa289 git_attr(): fix function signature 15 years ago
Jeff King ac0ba18df0 run-command: convert simple callsites to use_shell 15 years ago
Johannes Sixt 5709e0363a run_command: return exit code as positive value 16 years ago
Martin Renold 606475f317 Remove filename from conflict markers 16 years ago
Thomas Rast 0721c314a5 Use die_errno() instead of die() when checking syscalls 16 years ago
Jim Meyering 90dce51584 use xstrdup, not strdup in ll-merge.c 16 years ago
Johannes Sixt 0077138cd9 Simplify some instances of run_command() by using run_command_v_opt(). 16 years ago
Alex Riesen 691f1a28bf replace direct calls to unlink(2) with unlink_or_warn 16 years ago
René Scharfe ced621b2c1 merge-recursive: use strbuf_expand() instead of interpolate() 16 years ago
Junio C Hamano c236bcd061 git-merge-recursive: learn to honor merge.conflictstyle 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Junio C Hamano 525ab63950 merge-recursive: split low-level merge functions out. 17 years ago