summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 804c717)
raw | patch | inline | side by side (parent: 804c717)
author | David Symonds <dsymonds@gmail.com> | |
Fri, 23 Nov 2007 13:38:50 +0000 (00:38 +1100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 30 Nov 2007 22:15:08 +0000 (14:15 -0800) |
Especially when using git-cherry-pick, removing files that are unmerged can be
a logical action. This patch merely changes the informative text to be less
confusing.
Signed-off-by: David Symonds <dsymonds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
a logical action. This patch merely changes the informative text to be less
confusing.
Signed-off-by: David Symonds <dsymonds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-revert.c | patch | blob | history |
diff --git a/builtin-revert.c b/builtin-revert.c
index 4f86178bbd4917c6b36eb9c80aeee5bd588edbc0..4bf8eb2f58ac5a81a9d6538e31f2da661db4c3e9 100644 (file)
--- a/builtin-revert.c
+++ b/builtin-revert.c
strcpy(helpbuf, " After resolving the conflicts,\n"
"mark the corrected paths with 'git add <paths>' "
- "and commit the result.");
+ "or 'git rm <paths>' and commit the result.");
if (action == CHERRY_PICK) {
sprintf(helpbuf + strlen(helpbuf),