]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-mv.txt
mv: honor --verbose flag
authorJeff King <peff@peff.net>
Mon, 12 Dec 2011 07:51:24 +0000 (02:51 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Dec 2011 19:52:31 +0000 (11:52 -0800)
commit07b8738967a26dd7ab39d02b86aa805dea567319
tree2683d25b0d76439d4cb6d0833d52cdc1ffaae63d
parentcfe21f05bb0051aebc96ed7e805a79778f9bb117
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>
Documentation/git-mv.txt
builtin/mv.c