]> git.ipfire.org Git - thirdparty/git.git/commit
t3401: add another directory rename testcase for rebase and am
authorElijah Newren <newren@gmail.com>
Wed, 29 Aug 2018 07:06:11 +0000 (00:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Aug 2018 14:58:59 +0000 (07:58 -0700)
commite7588c96526293055727b27c4c51df86cfe06daf
tree0306766cce46fecf536a301a0bc94fb9b164d1b3
parentb00bf1c9a8dd5009d5102aef7af9e2b886b1e5ad
t3401: add another directory rename testcase for rebase and am

Similar to commit 16346883ab ("t3401: add directory rename testcases for
rebase and am", 2018-06-27), add another testcase for directory rename
detection.  This new testcase differs in that it showcases a situation
where no directory rename was performed, but which some backends
incorrectly detect.

As with the other testcase, run this in conjunction with each of the
types of rebases:
  git-rebase--interactive
  git-rebase--am
  git-rebase--merge
and also use the same testcase for
  git am --3way

Reported-by: Nikolay Kasyanov <corrmage@gmail.com>
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3401-rebase-and-am-rename.sh