Re: [PATCH 1/2] t7001: add test for git-mv dir1 dir2/
From: Johannes Schindelin <hidden> Date: 2016-06-15 22:42:34
Hi,
On Wed, 26 Jul 2006, Jon Smirl wrote:
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
Okay, I got it wrong, then. Thanks for the clarification!
Ciao,
Dscho