Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
csum-file: refactor finalize_hashfile() method
[gitweb.git]
/
notes-utils.c
diff --git
a/notes-utils.c
b/notes-utils.c
index 058c642dac24f70fe03c26079145300d3c006c7d..02407fe2a7327947dda6bf755405d2778ae450ae 100644
(file)
--- a/
notes-utils.c
+++ b/
notes-utils.c
@@
-12,7
+12,7
@@
void create_notes_commit(struct notes_tree *t, struct commit_list *parents,
assert(t->initialized);
- if (write_notes_tree(t,
tree_oid.hash
))
+ if (write_notes_tree(t,
&tree_oid
))
die("Failed to write notes tree to database");
if (!parents) {