Re: [RFC/PATCH] add: warn when -u or -A is used without filepattern
From: Matthieu Moy <hidden>
Date: 2016-06-15 22:55:50
Robin Rosenberg [off-list ref] writes:
git add -u without filepattern is, I believe very common, so no noisy output there please.
What are you exactly suggesting? That we keep the inconsistant semantics of "git add -u" or "git add -A"? Or another migration plan?
git diff #looks good git add -u
That's indeed the kind of mistake I'd like to avoid. In your example, "git diff" is tree-wide, and "git add -u" is limited to ., so in general "git add -u" won't stage the same thing as "git diff" just showed. -- Matthieu Moy http://www-verimag.imag.fr/~moy/