git-add: make -A description clearer vs. -u
commit6e7293e3ed0e29fd55bb2b4b1224613e4f38fed0
authorMichael J Gruber <git@drmicha.warpmail.net>
Sun, 27 Feb 2011 15:50:10 +0000 (27 16:50 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 27 Feb 2011 23:34:54 +0000 (27 15:34 -0800)
treea43476296489ac6daa8f58390b4485eb205528d3
parente3d3f7d204c46c034ce71d8116ac21ef613fb263
git-add: make -A description clearer vs. -u

Currently, it sounds as if "notice removal of files" distinguishes "-A"
from "-u", and there is no mention of the worktree.

But both notice the removal, and only "-A" adds changes from untracked
files. Say so.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/add.c