diff options
author | Jeff King <peff@peff.net> | 2011-12-12 16:54:42 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-12-12 15:43:45 -0800 |
commit | 534376ca04d524b99d69a30bdcf5e70ac8062aee (patch) | |
tree | 1d6427be4514d96222f7e6644369e3bdd18a112e /t/t9502-gitweb-standalone-parse-output.sh | |
parent | mv: improve overwrite warning (diff) | |
download | tgif-534376ca04d524b99d69a30bdcf5e70ac8062aee.tar.xz |
mv: be quiet about overwriting
When a user asks us to force a mv and overwrite the
destination, we print a warning. However, since a typical
use would be:
$ git mv one two
fatal: destination exists, source=one, destination=two
$ git mv -f one two
warning: overwriting 'two'
this warning is just noise. We already know we're
overwriting; that's why we gave -f!
This patch silences the warning unless "--verbose" is given.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9502-gitweb-standalone-parse-output.sh')
0 files changed, 0 insertions, 0 deletions