118 Commits (b80da424a13107c239ed40573fae3d692d19b6cd)

Author SHA1 Message Date
Johannes Schindelin 36e3b5eafe merge-recursive: mark rename/delete conflict as unmerged 16 years ago
Alex Riesen 304dcf262e Report symlink failures in merge-recursive 16 years ago
René Scharfe ced621b2c1 merge-recursive: use strbuf_expand() instead of interpolate() 16 years ago
Matt McCutchen e137a892d8 git-merge-recursive: honor merge.conflictstyle once again 16 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 16 years ago
Alex Riesen eb53586ba9 Cleanup remove_path 16 years ago
Miklos Vajna a6f63ae002 merge-recursive: get rid of virtual_id 17 years ago
Miklos Vajna 696ee23cc1 merge-recursive: move current_{file,directory}_set to struct merge_options 17 years ago
Miklos Vajna c7d849243a merge-recursive: move the global obuf to struct merge_options 17 years ago
Miklos Vajna b7fa51da9b merge-recursive: get rid of the index_only global variable 17 years ago
Miklos Vajna 5033639c95 merge-recursive: move call_depth to struct merge_options 17 years ago
Miklos Vajna 8a2fce1895 merge-recursive: introduce merge_options 17 years ago
Stephan Beyer 73118f89b8 merge-recursive.c: Add more generic merge_recursive_generic() 17 years ago
Miklos Vajna 9047ebbc22 Split out merge_recursive() to merge-recursive.c 17 years ago
Junio C Hamano c236bcd061 git-merge-recursive: learn to honor merge.conflictstyle 17 years ago
Jonathan del Strother a19a424010 Revert "Convert output messages in merge-recursive to past tense." 17 years ago
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 18 years ago
Lars Hjemli df3a02f612 Make merge-recursive honor diff.renamelimit 18 years ago
Pierre Habouzit 19247e5510 nfv?asprintf are broken without va_copy, workaround them. 18 years ago
Pierre Habouzit 182af8343c Use xmemdupz() in many places. 18 years ago
Carlos Rica 6640f88165 Move make_cache_entry() from merge-recursive.c into read-cache.c 18 years ago
Luiz Fernando N. Capitulino 7647b17f1d Use xmkstemp() instead of mkstemp() 18 years ago
Junio C Hamano b798671fa9 merge-recursive: do not rudely die on binary merge 18 years ago
Linus Torvalds 933bf40a5c Start moving unpack-trees to "struct tree_desc" 18 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