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;
104
104
static int use_editor = 1 , include_status = 1 ;
105
105
static int show_ignored_in_status ;
106
106
static const char * only_include_assumed ;
107
- static struct strbuf message ;
107
+ static struct strbuf message = STRBUF_INIT ;
108
108
109
109
static int null_termination ;
110
110
static enum {
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ static int option_commit = 1, allow_fast_forward = 1;
50
50
static int fast_forward_only , option_edit ;
51
51
static int allow_trivial = 1 , have_message ;
52
52
static int overwrite_ignore = 1 ;
53
- static struct strbuf merge_msg ;
53
+ static struct strbuf merge_msg = STRBUF_INIT ;
54
54
static struct commit_list * remoteheads ;
55
55
static struct strategy * * use_strategies ;
56
56
static size_t use_strategies_nr , use_strategies_alloc ;
You can’t perform that action at this time.
0 commit comments