author | Jonathan "Duke" Leto <jonathan@leto.net> | |
Thu, 28 Oct 2010 00:49:20 +0000 (17:49 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 28 Oct 2010 22:28:39 +0000 (15:28 -0700) | ||
commit | 7b8c70518894db9c6376913be04c2c8bf9827e4d | |
tree | 4d302092ebe4e5b83f65039db458bb6b81e0c79c | tree | snapshot |
parent | 8a90438506d3b7c8ef8bd802b7ed10c1f12da1d0 | commit | diff |
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>
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 | diff | blob | history |