author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Sat, 26 Nov 2005 02:45:52 +0000 (18:45 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 29 Nov 2005 23:34:46 +0000 (15:34 -0800) | ||
commit | 4518bb88392fcd44bacae640754e7326a8fdf477 | |
tree | b73bf209d61345005282900d8b18476d7373fa39 | tree | snapshot |
parent | 034908047d8c46fb4e1323285b3b066567c7fadc | commit | diff |
[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>
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 | diff | blob | history |