Junio C Hamano writes:
> Junio C Hamano 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 no
Junio C Hamano 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 li
Junio C Hamano writes:
> We should probably update the documentation/help for "git add", but
> that is entirely a separate topic.
The documentation update in 0fa2eb530fb7 (add: warn when -u or -A is
used without pathspec, 2013-01-28) says:
If no is given, the current version of Git default
Matthieu Moy writes:
> Junio C Hamano writes:
>
>> I think "add -u && commit" vs "commit -a" you brought up is a good
>> thing to mention, so let's do this.
>
> I'm OK with your proposal. Let me know if you want me to resend.
Thanks for a quick response. As you may have guessed, I am sending
t
Junio C Hamano writes:
> I think "add -u && commit" vs "commit -a" you brought up is a good
> thing to mention, so let's do this.
I'm OK with your proposal. Let me know if you want me to resend.
> The inconsistency of 'git add -u' and 'git add -A' are particularly
Nitpick: this should be "
Michael J Gruber writes:
> Matthieu Moy venit, vidit, dixit 28.01.2013 10:16:
>> Most git commands that can be used with our without a filepattern are
>> tree-wide by default, the filepattern being used to restrict their scope.
>> A few exceptions are: 'git grep', 'git clean', 'git add -u' and 'g
Matthieu Moy venit, vidit, dixit 28.01.2013 10:16:
> Most git commands that can be used with our without a filepattern are
> tree-wide by default, the filepattern being used to restrict their scope.
> A few exceptions are: 'git grep', 'git clean', 'git add -u' and 'git add -A'.
Since I didn't foll
Matthieu Moy wrote:
> Signed-off-by: Matthieu Moy
Looks good to me.
At some point we'll want to have tests for this case, but that's not
particularly urgent until it's time for the warning() to turn into a
die().
Thanks.
Jonathan
--
To unsubscribe from this list: send the line "unsubscribe git
Most git commands that can be used with our without a filepattern are
tree-wide by default, the filepattern being used to restrict their scope.
A few exceptions are: 'git grep', 'git clean', 'git add -u' and 'git add -A'.
The inconsistency of 'git add -u' and 'git add -A' are particularly
problema
9 matches
Mail list logo