File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ static enum commit_whence whence;
104104static int use_editor = 1 , include_status = 1 ;
105105static int show_ignored_in_status ;
106106static const char * only_include_assumed ;
107- static struct strbuf message ;
107+ static struct strbuf message = STRBUF_INIT ;
108108
109109static int null_termination ;
110110static enum {
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ static int option_commit = 1, allow_fast_forward = 1;
5050static int fast_forward_only , option_edit ;
5151static int allow_trivial = 1 , have_message ;
5252static int overwrite_ignore = 1 ;
53- static struct strbuf merge_msg ;
53+ static struct strbuf merge_msg = STRBUF_INIT ;
5454static struct commit_list * remoteheads ;
5555static struct strategy * * use_strategies ;
5656static size_t use_strategies_nr , use_strategies_alloc ;
You can’t perform that action at this time.
0 commit comments