Junio C Hamano
b9b10d3681
read-tree: "read-tree -m --empty" does not make sense
...
fb1bb965
("read-tree: deprecate syntax without tree-ish args",
2010-09-10) wanted to deprecate "git read-tree" without any tree,
which used to be the way to empty the index, and encourage use of
"git read-tree --empty" instead.
However, when used with "-m", "--empty" does not make any sense,
either, simply because merging 0 trees will result in a different
error anyway.
Omit the deprecation warning and let the code to emit real error
message diagnose the error.
Signed-off-by: Junio C Hamano <gitster@pobox.com >
2017-05-10 21:42:17 -07:00
..
2016-09-15 12:13:54 -07:00
2016-11-29 13:27:53 -08:00
2016-07-13 11:24:10 -07:00
2016-09-28 14:56:00 -07:00
2016-11-29 13:28:02 -08:00
2016-09-08 12:16:38 -07:00
2016-01-15 10:12:51 -08:00
2016-11-29 13:28:02 -08:00
2016-10-28 09:01:14 -07:00
2016-05-13 13:18:27 -07:00
2016-11-29 13:27:59 -08:00
2016-08-10 12:33:20 -07:00
2016-05-13 14:35:49 -07:00
2016-05-13 14:35:49 -07:00
2016-06-06 14:27:35 -07:00
2016-06-06 14:27:35 -07:00
2016-06-28 11:39:02 -07:00
2016-10-28 09:01:17 -07:00
2016-09-15 12:23:38 -07:00
2016-08-08 14:21:36 -07:00
2016-09-29 16:49:42 -07:00
2016-07-28 11:25:51 -07:00
2016-09-08 21:35:55 -07:00
2016-08-03 15:10:28 -07:00
2016-06-17 15:46:10 -07:00
2016-06-13 10:37:48 -07:00
2016-09-15 10:07:10 -07:00
2016-07-26 11:13:44 -07:00
2015-09-25 10:18:18 -07:00
2016-06-06 11:14:43 -07:00
2016-10-12 14:30:16 -07:00
2016-05-09 12:29:08 -07:00
2016-06-28 11:39:02 -07:00
2016-04-25 14:23:42 -07:00
2016-09-15 12:23:38 -07:00
2016-10-11 14:18:32 -07:00
2016-05-31 14:08:26 -07:00
2016-07-28 09:09:18 -07:00
2016-10-03 13:22:13 -07:00
2016-06-03 14:38:03 -07:00
2016-07-13 11:24:10 -07:00
2016-07-14 15:50:41 -07:00
2017-05-10 21:42:17 -07:00
2016-09-08 21:36:00 -07:00
2016-04-25 14:23:42 -07:00
2016-05-06 13:16:37 -07:00
2016-07-25 14:13:33 -07:00
2016-07-13 11:24:10 -07:00
2016-05-06 14:53:24 -07:00
2016-10-28 09:01:22 -07:00
2016-07-20 12:10:44 -07:00
2016-08-01 13:42:10 -07:00
2016-07-06 10:11:08 -07:00
2016-08-10 11:55:24 -07:00
2016-04-29 14:15:57 -07:00
2016-07-19 13:22:15 -07:00
2016-09-27 14:02:40 -07:00
2016-09-02 09:01:38 -07:00
2016-04-29 12:59:09 -07:00
2016-06-28 11:39:02 -07:00
2016-09-29 16:49:47 -07:00
2016-05-09 12:29:08 -07:00
2016-04-22 14:06:46 -07:00
2016-09-27 10:51:33 -07:00