140 Commits (f9ad77a739c0d012ee58b64eda2d7ec0d4e1df9d)

Author SHA1 Message Date
Matthieu Moy 264b774ba6 merge-recursive: make the error-message generation an extern function 15 years ago
Matthieu Moy 4c371f9127 merge-recursive: point the user to commit when file would be overwritten. 15 years ago
Tarmigan Casebolt 28bea9e534 Check the format of more printf-type functions 15 years ago
Junio C Hamano fadd069d03 merge-recursive: give less scary messages when merge did not start 16 years ago
Junio C Hamano c94736a27f merge-recursive: don't segfault while handling rename clashes 16 years ago
Martin Renold 606475f317 Remove filename from conflict markers 16 years ago
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago
Linus Torvalds 2af202be3d Fix various sparse warnings in the git source code 16 years ago
Dave Olszewski bf74106a5b merge-recursive: never leave index unmerged while recursing 16 years ago
Junio C Hamano 0c44c94309 merge-recursive: do not die on a conflicting submodule 16 years ago
Clemens Buchacher 39d8e271f4 simplify output of conflicting merge 16 years ago
Clemens Buchacher 0eb6574c24 update cache for conflicting submodule entries 16 years ago
Benjamin Kramer 8e24cbaeaf Fix various dead stores found by the clang static analyzer 16 years ago
Lars Hjemli d3bee161fe tree.c: allow read_tree_recursive() to traverse gitlink entries 16 years ago
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