author | Jeff King <peff@peff.net> | |
Mon, 12 Dec 2011 07:51:24 +0000 (02:51 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 12 Dec 2011 19:52:31 +0000 (11:52 -0800) | ||
commit | 07b8738967a26dd7ab39d02b86aa805dea567319 | |
tree | 2683d25b0d76439d4cb6d0833d52cdc1ffaae63d | tree | snapshot |
parent | cfe21f05bb0051aebc96ed7e805a79778f9bb117 | commit | diff |
mv: honor --verbose flag
The code for a verbose flag has been here since "git mv" was
converted to C many years ago, but actually getting the "-v"
flag from the command line was accidentally lost in the
transition.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The code for a verbose flag has been here since "git mv" was
converted to C many years ago, but actually getting the "-v"
flag from the command line was accidentally lost in the
transition.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-mv.txt | diff | blob | history | |
builtin/mv.c | diff | blob | history |