]> git.ipfire.org Git - thirdparty/git.git/commit
git add: rephrase -A/--no-all warning
authorJunio C Hamano <gitster@pobox.com>
Mon, 22 Apr 2013 20:36:51 +0000 (13:36 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Apr 2013 20:36:51 +0000 (13:36 -0700)
commit4c7114308ea12de7b69a3b282881398212dec8dd
treec59fd9f578a2a3345dc82960021b245c4c85b8d8
parent9f60f49b9222f9200e688a64cd80610305b03cc5
git add: rephrase -A/--no-all warning

Now we have a synonym --ignore-removal for --no-all, we can rephrase
the Git 2.0 transition warning message in a more natural way.

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