commit | 07b8738967a26dd7ab39d02b86aa805dea567319 | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Mon Dec 12 02:51:24 2011 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Dec 12 11:52:31 2011 -0800 |
tree | 2683d25b0d76439d4cb6d0833d52cdc1ffaae63d | |
parent | cfe21f05bb0051aebc96ed7e805a79778f9bb117 [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>