Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'bk/refs-multi-update'
[gitweb.git]
/
builtin
/
commit.c
diff --git
a/builtin/commit.c
b/builtin/commit.c
index d0d8bc1b30fe4d084e32beaf4b8ee9a24bb9ac94..29d4225ff214d629eab622242ae8e0aac780ead1 100644
(file)
--- a/
builtin/commit.c
+++ b/
builtin/commit.c
@@
-1631,7
+1631,7
@@
int cmd_commit(int argc, const char **argv, const char *prefix)
!current_head
? NULL
: current_head->object.sha1,
- 0);
+ 0
, NULL
);
nl = strchr(sb.buf, '\n');
if (nl)