My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdec2eb
)
sequencer: remove additional blank line
author
Ralf Thielow
<ralf.thielow@googlemail.com>
Wed, 18 Apr 2012 21:07:25 +0000
(23:07 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 19 Apr 2012 20:48:01 +0000
(13:48 -0700)
Remove an additional blank line between the
headline and the list of conflicted files after
doing a recursive merge.
Signed-off-by: Ralf Thielow <ralf.thielow@googlemail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sequencer.c
patch
|
blob
|
history
diff --git
a/sequencer.c
b/sequencer.c
index
a37846a
..
f6e44b8
100644
(file)
--- a/
sequencer.c
+++ b/
sequencer.c
@@
-234,7
+234,7
@@
static int do_recursive_merge(struct commit *base, struct commit *next,
if (!clean) {
int i;
- strbuf_addstr(msgbuf, "\nConflicts:\n
\n
");
+ strbuf_addstr(msgbuf, "\nConflicts:\n");
for (i = 0; i < active_nr;) {
struct cache_entry *ce = active_cache[i++];
if (ce_stage(ce)) {