20 Commits (373a273309433d66d56505f0a125434c57fa508d)

Author SHA1 Message Date
Johannes Schindelin c455c87c5c Rename path_list to string_list 17 years ago
René Scharfe 671f070721 add context pointer to read_tree_recursive() 17 years ago
Miklos Vajna 653194758e Move commit_list_count() to commit.c 17 years ago
Jeff King 2beebd22f4 clone: create intermediate directories of destination repo 17 years ago
Jeff King 8e21d63b02 clone: create intermediate directories of destination repo 17 years ago
Johannes Schindelin 249c61a62d merge-recursive: respect core.autocrlf when writing out the result 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Jeff King b8960bbe7b diff: make "too many files" rename warning optional 17 years ago
Jeff King 50705915ea bump rename limit defaults 17 years ago
Jeff King 2a2ac92654 add merge.renamelimit config option 17 years ago
Linus Torvalds 34110cd4e3 Make 'unpack_trees()' have a separate source and destination index 17 years ago
Linus Torvalds bc052d7f43 Make 'unpack_trees()' take the index to work on as an argument 17 years ago
Daniel Barkalow 94a5728cfb Library function to check for unmerged index entries 17 years ago
Daniel Barkalow e1b3a2cad7 Build-in merge-recursive 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
Jim Meyering 790296fd88 Fix grammar nits in documentation and in code comments. 17 years ago
Finn Arne Gangstad 20b178de7b Improved submodule merge support 17 years ago
Junio C Hamano ff72af00f8 Support a merge with conflicting gitlink change 17 years ago
Pierre Habouzit 8f67f8aefb Make the diff_options bitfields be an unsigned with explicit masks. 17 years ago
Lars Hjemli 07b45f8c17 Make merge-recursive honor diff.renamelimit 17 years ago
Junio C Hamano f120ae2a8e merge-recursive.c: mrtree in merge() is not used before set 17 years ago
Carlos Rica 102c2338da Move make_cache_entry() from merge-recursive.c into read-cache.c 17 years ago
Lars Hjemli df3a02f612 Make merge-recursive honor diff.renamelimit 17 years ago
Pierre Habouzit 19247e5510 nfv?asprintf are broken without va_copy, workaround them. 17 years ago
Pierre Habouzit 182af8343c Use xmemdupz() in many places. 17 years ago
Carlos Rica 6640f88165 Move make_cache_entry() from merge-recursive.c into read-cache.c 17 years ago
Luiz Fernando N. Capitulino 7647b17f1d Use xmkstemp() instead of mkstemp() 17 years ago
Junio C Hamano b798671fa9 merge-recursive: do not rudely die on binary merge 17 years ago
Linus Torvalds 933bf40a5c Start moving unpack-trees to "struct tree_desc" 17 years ago
Johannes Schindelin fadf488f9b merge-recursive: refuse to merge binary files 18 years ago
Junio C Hamano b79d18c92d -Wold-style-definition fix 18 years ago
Johannes Schindelin 9f30855d0f merge-recursive: refuse to merge binary files 18 years ago
Alex Riesen 0d5e6c9781 Ignore merged status of the file-level merge 18 years ago
Alex Riesen 8a35981927 Add a test for merging changed and rename-changed branches 18 years ago
Alex Riesen c135ee88f8 Avoid excessive rewrites in merge-recursive 18 years ago
Junio C Hamano e87b1c943a Fix bogus linked-list management for user defined merge drivers. 18 years ago
Shawn O. Pearce ad57cbca61 Kill the useless progress meter in merge-recursive 18 years ago
Linus Torvalds 851c603e9c Fix working directory errno handling when unlinking a directory 18 years ago
Junio C Hamano d56dbd6709 Simplify code to find recursive merge driver. 18 years ago
Junio C Hamano 15ba3af2d5 Counto-fix in merge-recursive 18 years ago
Junio C Hamano a5e92abde6 Fix funny types used in attribute value representation 18 years ago
Junio C Hamano 3086486d32 Allow low-level driver to specify different behaviour during internal merge. 18 years ago
Junio C Hamano 153920da5b Custom low-level merge driver: change the configuration scheme. 18 years ago
Junio C Hamano be89cb239e Allow the default low-level merge driver to be configured. 18 years ago
Junio C Hamano f3ef6b6bbe Custom low-level merge driver support. 18 years ago
Junio C Hamano a129d96f41 Allow specifying specialized merge-backend per path. 18 years ago
Junio C Hamano 3e5261a240 merge-recursive: separate out xdl_merge() interface. 18 years ago
Junio C Hamano 4d50895a39 merge-recursive: handle D/F conflict case more carefully. 18 years ago
Junio C Hamano ac7f0f436e merge-recursive: do not barf on "to be removed" entries. 18 years ago