commit/status: "git add <path>" is not necessarily how to resolve
commitdd20f8af1ae54773569b78b1b71d1ea663705d2c
authorJunio C Hamano <gitster@pobox.com>
Sat, 12 Dec 2009 08:18:12 +0000 (12 00:18 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 12 Dec 2009 09:21:38 +0000 (12 01:21 -0800)
treeafeb7ae1fcf77dd5ca599d3d88baa7df6b25bc1f
parent309883015ff3af6ce14ff9fe401e06cfce8adb13
commit/status: "git add <path>" is not necessarily how to resolve

When the desired resolution is to remove the path, "git rm <path>" is the
command the user needs to use.  Just like in "Changed but not updated"
section, suggest to use "git add/rm" as appropriate.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7060-wtstatus.sh
wt-status.c