Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'cb/printf-empty-format'
author
Junio C Hamano
<gitster@pobox.com>
Fri, 2 Nov 2018 02:04:57 +0000
(11:04 +0900)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 2 Nov 2018 02:04:57 +0000
(11:04 +0900)
Build fix for a topic in flight.
* cb/printf-empty-format:
sequencer: cleanup for gcc warning in non developer mode
sequencer.c
patch
|
blob
|
history
raw
(from parent 1:
7ce32f7
)
diff --git
a/sequencer.c
b/sequencer.c
index 3c86c7694be5c364eaa7b4ea9724c66854b7477a..22d7532c5a3d777ee63951e55d18ff729b3212eb 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)