Re: [PATCH 1/2] t7001: add test for git-mv dir1 dir2/
From: Jon Smirl <hidden> Date: 2016-06-15 22:42:34
An exact test case:
git clone git foo
git clone git foo1
cd foo
mkdir zzz
git mv gitweb zzz
cg diff >patch
cd ../foo1
cg patch <../foo/patch
This patch won't apply because zzz does not exist in foo1
--
Jon Smirl
jonsmirl@gmail.com