Re: [PATCH] t3401: add directory rename testcases for rebase and am

2018-06-25 Thread Elijah Newren
On Wed, Jun 6, 2018 at 10:04 PM, Elijah Newren wrote: > Add a simple directory rename testcase, 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 > > This demonstrates an i

[PATCH] t3401: add directory rename testcases for rebase and am

2018-06-06 Thread Elijah Newren
Add a simple directory rename testcase, 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 This demonstrates an inconsistency between the different rebase backends and which can detect