Code

contrib/completion: "local var=()" is misinterpreted as func-decl by zsh
[git.git] / notes-cache.c
index bea013eeae70f360e12af01345058b1b217848c4..eabe4a0d9bf44050dba43cbd821642cdfd3fb40b 100644 (file)
@@ -59,7 +59,7 @@ int notes_cache_write(struct notes_cache *c)
                return -1;
        strbuf_attach(&msg, c->validity,
                      strlen(c->validity), strlen(c->validity) + 1);
-       if (commit_tree(&msg, tree_sha1, NULL, commit_sha1, NULL) < 0)
+       if (commit_tree(&msg, tree_sha1, NULL, commit_sha1, NULL, NULL) < 0)
                return -1;
        if (update_ref("update notes cache", c->tree.ref, commit_sha1, NULL,
                       0, QUIET_ON_ERR) < 0)