add: update pathless 'add [-u|-A]' warning to reflect change of plan
commitc6898ebf219424775160f28855964b103dd880b4
authorMatthieu Moy <Matthieu.Moy@imag.fr>
Mon, 11 Mar 2013 08:01:32 +0000 (11 09:01 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Mar 2013 14:57:35 +0000 (11 07:57 -0700)
tree6fa894c08e8ae6c69fdee1446555853ee4248476
parent7799588faa2a8071da8ef047c87f9a1520fb8903
add: update pathless 'add [-u|-A]' warning to reflect change of plan

We originally thought the transition would need a period where "git add
[-u|-A]" without pathspec would be forbidden, but the warning is big
enough to scare people and teach them not to use it (or, if so, to
understand the consequences).

Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/add.c