[PATCH] Make git-mv work in subdirectories, too
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sat, 26 Nov 2005 02:45:52 +0000 (18:45 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 29 Nov 2005 23:34:46 +0000 (15:34 -0800)
commit4518bb88392fcd44bacae640754e7326a8fdf477
treeb73bf209d61345005282900d8b18476d7373fa39
parent034908047d8c46fb4e1323285b3b066567c7fadc
[PATCH] Make git-mv work in subdirectories, too

Turns out, all git programs git-mv uses are capable of operating in
a subdirectory just fine. So don't complain about it.

[jc: I think that sounds sane.  You need to grab the exit status from
 `git-rev-parse --git-dir`, which I added.  Alex Riesen says this
 worked fine.]

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-mv.perl