Age | Commit message (Expand) | Author | Files | Lines |
2020-03-13 | t6022, t6046: fix flaky files-are-updated checks | Elijah Newren | 1 | -9/+10 |
2020-02-27 | t6022, t6046: test expected behavior instead of testing a proxy for it | Elijah Newren | 1 | -2/+13 |
2020-02-27 | t6020, t6022, t6035: update merge tests to use test helper functions | Elijah Newren | 1 | -27/+27 |
2020-02-27 | t602[1236], t6034: modernize test formatting | Elijah Newren | 1 | -158/+157 |
2018-07-30 | tests: make use of the test_must_be_empty function | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
2018-05-23 | Merge branch 'en/rename-directory-detection-reboot' | Junio C Hamano | 1 | -1/+1 |
2018-05-08 | merge-recursive: fix check for skipability of working tree updates | Elijah Newren | 1 | -1/+1 |
2018-04-25 | Merge branch 'ps/test-chmtime-get' | Junio C Hamano | 1 | -15/+10 |
2018-04-09 | t/helper: 'test-chmtime (--get|-g)' to print only the mtime | Paul-Sebastian Ungureanu | 1 | -15/+10 |
2018-03-27 | t/helper: merge test-chmtime into test-tool | Nguyễn Thái Ngọc Duy | 1 | -15/+15 |
2018-02-08 | t6022: don't run 'git merge' upstream of a pipe | SZEDER Gábor | 1 | -2/+4 |
2015-03-20 | t: fix trivial &&-chain breakage | Jeff King | 1 | -3/+3 |
2013-09-04 | typofix: commit is spelled with two ems | Junio C Hamano | 1 | -7/+7 |
2012-07-26 | i18n: merge-recursive: mark strings for translation | Jiang Xin | 1 | -8/+8 |
2012-03-23 | merge-recursive: don't detect renames of empty files | Jeff King | 1 | -0/+16 |
2011-08-14 | merge-recursive: Avoid unnecessary file rewrites | Elijah Newren | 1 | -3/+3 |
2011-08-14 | t6022: Additional tests checking for unnecessary updates of files | Elijah Newren | 1 | -0/+91 |
2011-08-14 | merge-recursive: Fix spurious 'refusing to lose untracked file...' messages | Elijah Newren | 1 | -1/+1 |
2011-08-14 | t6022: Add testcase for spurious "refusing to lose untracked" messages | Elijah Newren | 1 | -0/+26 |
2011-08-14 | merge-recursive: Make modify/delete handling code reusable | Elijah Newren | 1 | -2/+2 |
2011-08-14 | merge-recursive: When we detect we can skip an update, actually skip it | Elijah Newren | 1 | -2/+2 |
2011-08-14 | merge-recursive: Provide more info in conflict markers with file renames | Elijah Newren | 1 | -4/+71 |
2011-08-14 | merge-recursive: Improve handling of rename target vs. directory addition | Elijah Newren | 1 | -2/+2 |
2011-08-14 | t6022: Add testcase for merging a renamed file with a simple change | Elijah Newren | 1 | -0/+27 |
2011-08-14 | t6022: New tests checking for unnecessary updates of files | Elijah Newren | 1 | -0/+63 |
2011-08-14 | t6022: Remove unnecessary untracked files to make test cleaner | Elijah Newren | 1 | -0/+1 |
2010-11-29 | Merge branch 'en/merge-recursive' | Junio C Hamano | 1 | -0/+366 |
2010-11-17 | t6022: Use -eq not = to test output of wc -l | Brian Gernhardt | 1 | -32/+32 |
2010-11-09 | t6022 (renaming merge): chain test commands with && | Jonathan Nieder | 1 | -190/+92 |
2010-09-29 | merge_content(): Check whether D/F conflicts are still present | Elijah Newren | 1 | -4/+4 |
2010-09-29 | conflict_rename_rename_1to2(): Fix checks for presence of D/F conflicts | Elijah Newren | 1 | -1/+1 |
2010-09-29 | conflict_rename_delete(): Check whether D/F conflicts are still present | Elijah Newren | 1 | -2/+2 |
2010-09-29 | merge-recursive: Delay content merging for renames | Elijah Newren | 1 | -1/+1 |
2010-09-29 | merge-recursive: Move handling of double rename of one file to two | Elijah Newren | 1 | -1/+1 |
2010-09-29 | t6022: Add tests for rename/rename combined with D/F conflicts | Elijah Newren | 1 | -0/+79 |
2010-09-29 | t6022: Add paired rename+D/F conflict: (two/file, one/file) -> (one, two) | Elijah Newren | 1 | -0/+63 |
2010-09-29 | t6022: Add tests with both rename source & dest involved in D/F conflicts | Elijah Newren | 1 | -0/+38 |
2010-09-29 | t6022: Add tests for reversing order of merges when D/F conflicts present | Elijah Newren | 1 | -0/+58 |
2010-09-29 | t6022: Add test combinations of {content conflict?, D/F conflict remains?} | Elijah Newren | 1 | -0/+128 |
2010-05-31 | tests: use "test_cmp", not "diff", when verifying the result | Gary V. Vaughan | 1 | -2/+2 |
2007-04-25 | Add a test for merging changed and rename-changed branches | Alex Riesen | 1 | -0/+23 |
2006-10-27 | t6022: ignoring untracked files by merge-recursive when they do not matter | Junio C Hamano | 1 | -23/+142 |
2006-10-27 | tests: merge-recursive is usable without Python | Junio C Hamano | 1 | -6/+0 |
2006-05-17 | read-tree -m -u: do not overwrite or remove untracked working tree files. | Junio C Hamano | 1 | -0/+1 |
2006-02-18 | Optionally work without python | Johannes Schindelin | 1 | -0/+6 |
2005-12-21 | merge-recursive: conflicting rename case. | Junio C Hamano | 1 | -0/+37 |
2005-12-11 | t/t6022: a new test for renaming merge. | Junio C Hamano | 1 | -0/+164 |