Jeff King
534376ca04
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 >
2011-12-12 15:43:45 -08:00
..
2011-05-16 16:47:10 -07:00
2011-06-10 11:52:15 -07:00
2011-03-09 23:52:57 -08:00
2011-05-09 15:27:50 -07:00
2011-06-29 16:41:55 -07:00
2011-03-09 23:52:57 -08:00
2011-06-20 14:27:36 -07:00
2011-08-25 13:39:38 -07:00
2011-08-17 10:39:47 -07:00
2011-09-23 14:30:49 -07:00
2011-03-09 23:52:57 -08:00
2011-09-23 14:27:33 -07:00
2011-08-11 13:04:16 -07:00
2011-05-17 21:01:29 -07:00
2011-09-23 14:28:17 -07:00
2011-02-03 12:28:15 -08:00
2011-03-22 14:29:07 -07:00
2011-06-20 14:27:36 -07:00
2011-08-16 12:41:12 -07:00
2011-08-18 12:25:54 -07:00
2011-09-09 13:59:20 -07:00
2011-03-22 10:16:54 -07:00
2011-03-22 11:43:27 -07:00
2011-06-19 14:46:39 -07:00
2011-05-30 00:00:07 -07:00
2011-05-09 11:58:19 -07:00
2011-08-16 11:23:26 -07:00
2011-08-22 14:04:56 -07:00
2011-05-31 12:19:11 -07:00
2011-08-11 13:04:16 -07:00
2011-05-18 14:37:46 -07:00
2011-07-25 10:50:11 -07:00
2011-05-26 14:13:38 -07:00
2011-04-15 10:13:52 -07:00
2011-03-22 10:16:54 -07:00
2011-03-22 10:16:54 -07:00
2011-04-11 10:35:25 -07:00
2011-05-31 12:19:11 -07:00
2011-05-15 15:23:33 -07:00
2011-12-12 15:43:45 -08:00
2011-05-19 10:54:16 -07:00
2011-06-10 11:52:15 -07:00
2011-03-22 10:16:54 -07:00
2011-03-22 10:16:54 -07:00
2011-03-22 10:16:54 -07:00
2011-04-01 17:55:55 -07:00
2011-05-25 15:04:25 -07:00
2011-09-06 11:10:41 -07:00
2011-08-01 10:52:34 -07:00
2011-03-22 11:43:27 -07:00
2011-03-22 10:16:54 -07:00
2011-09-11 21:40:00 -07:00
2011-05-08 12:55:34 -07:00
2011-09-11 22:33:20 -07:00
2011-05-31 12:19:11 -07:00
2011-05-19 10:55:54 -07:00
2011-05-16 13:01:45 -07:00
2011-03-09 23:52:56 -08:00
2011-09-06 11:10:41 -07:00
2011-05-31 12:19:11 -07:00
2011-05-31 12:19:11 -07:00
2011-12-05 15:04:38 -08:00
2011-09-11 21:54:32 -07:00
2011-03-22 10:16:54 -07:00
2011-06-10 11:52:15 -07:00
2011-06-20 14:27:36 -07:00
2011-08-25 14:42:11 -07:00
2011-03-22 10:16:54 -07:00