Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
sequencer: get rid of the subcommand field
[gitweb.git]
/
builtin
/
merge.c
diff --git
a/builtin/merge.c
b/builtin/merge.c
index 0ae099f746680e5c2fcc55dff56624da1619f2f1..a8b57c7d9856518fdcd4c3819f0656544eadf022 100644
(file)
--- a/
builtin/merge.c
+++ b/
builtin/merge.c
@@
-940,7
+940,7
@@
static void write_merge_state(struct commit_list *remoteheads)
strbuf_reset(&buf);
if (fast_forward == FF_NO)
- strbuf_add
f
(&buf, "no-ff");
+ strbuf_add
str
(&buf, "no-ff");
write_file_buf(git_path_merge_mode(), buf.buf, buf.len);
}