Merge branch 'bk/refs-multi-update'
[gitweb.git] / builtin / commit.c
index d0d8bc1b30fe4d084e32beaf4b8ee9a24bb9ac94..29d4225ff214d629eab622242ae8e0aac780ead1 100644 (file)
@@ -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)