diff options
Diffstat (limited to 'src/notes.h')
| -rw-r--r-- | src/notes.h | 3 |
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; }; |
