Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'nd/maint-parse-depth' into maint
[gitweb.git]
/
builtin
/
commit.c
diff --git
a/builtin/commit.c
b/builtin/commit.c
index b02e2c4e89a55e04f7c5c3ee95617f947b9f5d99..d8d6dd5eaaa5691a0b5059b9a43dd69761dcf72f 100644
(file)
--- a/
builtin/commit.c
+++ b/
builtin/commit.c
@@
-103,7
+103,7
@@
static enum commit_whence whence;
static int use_editor = 1, include_status = 1;
static int show_ignored_in_status;
static const char *only_include_assumed;
-static struct strbuf message;
+static struct strbuf message
= STRBUF_INIT
;
static int null_termination;
static enum {