summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d4e6c4b)
raw | patch | inline | side by side (parent: d4e6c4b)
author | Tay Ray Chuan <rctay89@gmail.com> | |
Mon, 10 May 2010 17:17:47 +0000 (01:17 +0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 10 May 2010 18:57:32 +0000 (11:57 -0700) |
ce9d823 (merge: do not add standard message when message is given with
-m option) changed the behaviour of the code that the comment addressed,
but the comment was not similarly updated.
Fix this.
Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-m option) changed the behaviour of the code that the comment addressed,
but the comment was not similarly updated.
Fix this.
Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/merge.c | patch | blob | history |
diff --git a/builtin/merge.c b/builtin/merge.c
index c043066845e03e47093f88ca0b01c7bdef7bffdd..457bb5e48addabe3f2537266b4515add3f89a9b3 100644 (file)
--- a/builtin/merge.c
+++ b/builtin/merge.c
/*
* All the rest are the commits being merged;
* prepare the standard merge summary message to
- * be appended to the given message. If remote
+ * used as the merge message. If remote
* is invalid we will die later in the common
* codepath so we discard the error in this
* loop.