184 Commits (3f142468997f9d14d8051a96b2e9db265d41ac0d)

Author SHA1 Message Date
Schalk, Ken d5af51053c RE: [PATCH] Avoid rename/add conflict when contents are identical 15 years ago
Matthieu Moy e294030fe8 setup_unpack_trees_porcelain: take the whole options struct as parameter 15 years ago
Matthieu Moy dc1166e685 Move set_porcelain_error_msgs to unpack-trees.c and rename it 15 years ago
Elijah Newren 96ecac677a merge-recursive: Avoid excessive output for and reprocessing of renames 15 years ago
Elijah Newren ae745487ad merge-recursive: Fix multiple file rename across D/F conflict 15 years ago
Elijah Newren a3e4136754 merge-recursive: Fix typo 15 years ago
Matthieu Moy e6c111b4c0 unpack_trees: group error messages by type 15 years ago
Matthieu Moy 08402b0409 merge-recursive: distinguish "removed" and "overwritten" messages 15 years ago
Diane Gasselin 23cbf11b5c merge-recursive: porcelain messages for checkout 15 years ago
Matthieu Moy 08353ebbab Turn unpack_trees_options.msgs into an array + enum 15 years ago
Jonathan Nieder 7610fa57e6 merge-recursive --renormalize 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
Jonathan Nieder 1bc0ab7cd1 merge-trees: let caller decide whether to renormalize 15 years ago
Jonathan Nieder 3e7589b7b3 merge-trees: push choice to renormalize away from low level 15 years ago
Christian Couder 49b7120ef1 merge-recursive: use find_commit_subject() instead of custom code 15 years ago
Nicolas Sebrecht 5e5ffa091b merge-recursive: use "up-to-date" instead of "uptodate" in error message for consistency 15 years ago
Elijah Newren 5a2580d62f merge_recursive: Fix renames across paths below D/F conflicts 15 years ago
Elijah Newren 37348937ff merge-recursive: Fix D/F conflicts 15 years ago
Heiko Voigt 68d03e4a6e Implement automatic fast-forward merge for submodules 15 years ago
Thiago Farina 183113a5ca string_list: Add STRING_LIST_INIT macro and make use of it. 15 years ago
Eyvind Bernhardsen 331a1838b2 Try normalizing files to avoid delete/modify conflicts when merging 15 years ago
Julian Phillips e8c8b7139c string_list: Fix argument order for string_list_lookup 15 years ago
Julian Phillips 78a395d371 string_list: Fix argument order for string_list_insert 15 years ago
Peter Collingbourne 25755e842f Remove a redundant errno test in a usage of remove_path 15 years ago
Jonathan Nieder 7ca56aa076 merge-recursive: add a label for ancestor 15 years ago
Jonathan Nieder 4c5868f43d merge_trees(): add ancestor label parameter for diff3-style output 15 years ago
Jonathan Nieder f01de62e45 ll_merge(): add ancestor label parameter for diff3-style output 15 years ago
Michael Lukashov 06b65939b0 refactor duplicated fill_mm() in checkout and merge-recursive 15 years ago
Junio C Hamano 19c6a4f836 merge-recursive: do not return NULL only to cause segfault 15 years ago
Junio C Hamano 85e51b783c Make "subtree" part more orthogonal to the rest of merge-recursive. 15 years ago
Avery Pennarun 8cc5b29065 git merge -X<option> 15 years ago
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