From: Johannes Schindelin Date: Wed, 16 Aug 2006 00:20:32 +0000 (+0200) Subject: git-mv: succeed even if source is a prefix of destination X-Git-Tag: v1.4.2.1~6 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1d6249e609289940dca179b626fe4ae5433c90cc?hp=1d6249e609289940dca179b626fe4ae5433c90cc git-mv: succeed even if source is a prefix of destination As noted by Fredrik Kuivinen, without this patch, git-mv fails on git-mv README README-renamed because "README" is a prefix of "README-renamed". Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano ---