Correct help blurb in checkout -p and friends
commit7b8c70518894db9c6376913be04c2c8bf9827e4d
authorJonathan "Duke" Leto <jonathan@leto.net>
Thu, 28 Oct 2010 00:49:20 +0000 (27 17:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Oct 2010 22:28:39 +0000 (28 15:28 -0700)
tree4d302092ebe4e5b83f65039db458bb6b81e0c79c
parent8a90438506d3b7c8ef8bd802b7ed10c1f12da1d0
Correct help blurb in checkout -p and friends

When git checkout -p from the index or HEAD is run in edit mode, the
help message about removing '-' and '+' lines was backwards. Because it
is reverse applying the patch, the meanings of '-' and '+' are reversed.

Signed-off-by: Jonathan "Duke" Leto <jonathan@leto.net>
Acked-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-add--interactive.perl