aboutsummaryrefslogtreecommitdiffstats
path: root/t/t3030-merge-recursive.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-10Collect merge-related tests to t64xxElijah Newren1-770/+0
2020-01-27t3030: use test_path_is_missing()Denton Liu1-1/+1
2019-10-15Merge branch 'en/merge-recursive-cleanup'Junio C Hamano1-1/+8
2019-09-20merge-recursive: symlink's descendants not in wayJonathan Tan1-0/+28
2019-08-19Ensure index matches head before invoking merge machinery, round NElijah Newren1-1/+8
2018-07-16t3030: fix broken &&-chainsEric Sunshine1-170/+170
2018-02-28t3030-merge-recursive: don't check the stderr of a subshellSZEDER Gábor1-16/+20
2018-01-09merge-recursive: do not look at the index during recursive mergeJunio C Hamano1-0/+50
2016-11-17submodules: allow empty working-tree dirs in merge/cherry-pickDavid Turner1-2/+2
2016-08-13merge-recursive: fix verbose output for multiple base treesRené Scharfe1-0/+18
2015-12-27t/t3030-merge-recursive.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2015-10-26t6031: move triple-rename test to t3030Jeff King1-0/+30
2014-02-24merge-recursive.c: tolerate missing files while refreshing indexBrad King1-1/+1
2014-02-24t3030-merge-recursive: test known breakage with empty work treeBrad King1-0/+47
2013-06-07t3030: use test_ln_s_add to remove SYMLINKS prerequisiteJohannes Sixt1-36/+26
2011-12-09t3030 (merge-recursive): use test_expect_codeRamkumar Ramachandra1-66/+6
2011-08-14t3030: fix accidental success in symlink renameJeff King1-2/+5
2011-04-13i18n: use test_i18ngrep in t2020, t2204, t3030, and t3200Junio C Hamano1-4/+4
2011-03-09i18n: git-merge "You have not concluded your merge" messagesÆvar Arnfjörð Bjarmason1-1/+1
2010-11-29Merge branch 'en/merge-recursive'Junio C Hamano1-1/+36
2010-11-09tests: add missing &&Jonathan Nieder1-1/+1
2010-09-29t3030: Add a testcase for resolvable rename/add conflict with symlinksSchalk, Ken1-1/+36
2010-09-15Merge branch 'ks/recursive-rename-add-identical'Junio C Hamano1-0/+35
2010-09-03RE: [PATCH] Avoid rename/add conflict when contents are identicalSchalk, Ken1-0/+35
2010-08-11unpack_trees: group error messages by typeMatthieu Moy1-1/+1
2010-06-11merge-recursive: demonstrate an incorrect conflict with submoduleJohannes Sixt1-0/+29
2010-01-12Be more user-friendly when refusing to do something because of conflict.Matthieu Moy1-2/+4
2009-06-01refuse to merge during a mergeClemens Buchacher1-0/+3
2008-09-26Remove empty directories in recursive mergeAlex Riesen1-0/+11
2008-09-03tests: use "git xyzzy" form (t0000 - t3599)Nanako Shiraishi1-7/+7
2008-08-23merge: fix numerus bugs around "trivial merge" areaJunio C Hamano1-0/+11
2008-05-24tests: do not use implicit "git diff --no-index"Junio C Hamano1-21/+21
2007-06-07War on whitespaceJunio C Hamano1-1/+0
2007-04-19Remove case-sensitive file in t3030-merge-recursive.Brian Gernhardt1-52/+52
2007-04-10t3030: merge-recursive backend test.Junio C Hamano1-0/+528