/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'cb/printf-empty-format'
[git/git.git]
/
sequencer.c
diff --git
a/sequencer.c
b/sequencer.c
index
3c86c76
..
22d7532
100644
(file)
--- a/
sequencer.c
+++ b/
sequencer.c
@@
-2375,7
+2375,7
@@
int write_basic_state(struct replay_opts *opts, const char *head_name,
write_file(rebase_path_quiet(), "\n");
if (opts->verbose)
- write_file(rebase_path_verbose(), "");
+ write_file(rebase_path_verbose(), "
%s", "
");
if (opts->strategy)
write_file(rebase_path_strategy(), "%s\n", opts->strategy);
if (opts->xopts_nr > 0)