Re: [PATCH v3] add: warn when -u or -A is used without filepattern
From: Junio C Hamano <hidden> Date: 2016-06-15 22:56:09
Junio C Hamano [off-list ref] writes:
warning: The behavior of 'git add --update (or -u)' with no path argument from a
subdirectory of the tree will change in Git 2.0 and should not be used anymore.
There is a logic gap between "will change" and "should not be used"
that is not filled like the text in the manual page does.
I guess it is not so bad after all, if you read the entire message,
not just the first two lines.