]> git.ipfire.org Git - thirdparty/git.git/blobdiff - notes.h
t3305: Verify that removing notes triggers automatic fanout consolidation
[thirdparty/git.git] / notes.h
diff --git a/notes.h b/notes.h
index 20d6e171ff7cb968599295f1399f38b0ede5e594..f98578f91f7f26fbc8d1cf2aae01837143f8262f 100644 (file)
--- a/notes.h
+++ b/notes.h
@@ -36,6 +36,7 @@ int combine_notes_ignore(unsigned char *cur_sha1, const unsigned char *new_sha1)
  */
 extern struct notes_tree {
        struct int_node *root;
+       struct non_note *first_non_note, *prev_non_note;
        char *ref;
        combine_notes_fn *combine_notes;
        int initialized;