Re: [PATCH] read-tree: deprecate syntax without tree-ish args
From: Junio C Hamano <hidden> Date: 2016-06-15 22:49:31
Jan Krüger [off-list ref] writes:
Currently, read-tree can be run without tree-ish arguments, in which
case it will empty the index. Since this behavior is undocumented and
perhaps a bit too invasive to be the "default" action for read-tree,
deprecate it in favor of a new --empty option that does the same thing.
Signed-off-by: Jan Krüger <redacted>