summaryrefslogtreecommitdiff
path: root/src/notes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/notes.h')
-rw-r--r--src/notes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/notes.h b/src/notes.h
index e9cfa00fa..cfc0ca239 100644
--- a/src/notes.h
+++ b/src/notes.h
@@ -23,6 +23,9 @@
struct git_note {
git_oid id;
+ git_signature *author;
+ git_signature *committer;
+
char *message;
};