Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'js/gitweb-raw-blob-link-in-history' into next
[gitweb.git]
/
notes.c
diff --git
a/notes.c
b/notes.c
index 503754d79ebdca94fb102ccff7886ccef30f31e5..f090c88363883e65cea66fd63b2c8dfb3f642b7d 100644
(file)
--- a/
notes.c
+++ b/
notes.c
@@
-425,7
+425,7
@@
static void load_subtree(struct notes_tree *t, struct leaf_node *subtree,
unsigned char type;
struct leaf_node *l;
- buf = fill_tree_descriptor(&desc,
subtree->val_oid.hash
);
+ buf = fill_tree_descriptor(&desc,
&subtree->val_oid
);
if (!buf)
die("Could not read %s for notes-index",
oid_to_hex(&subtree->val_oid));