diff options
Diffstat (limited to 'src/notes.c')
-rw-r--r-- | src/notes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notes.c b/src/notes.c index 4b15925fd..8fdf388ab 100644 --- a/src/notes.c +++ b/src/notes.c @@ -455,9 +455,9 @@ int git_note_read(git_note **out, git_repository *repo, int git_note_create( git_oid *out, git_repository *repo, + const char *notes_ref, const git_signature *author, const git_signature *committer, - const char *notes_ref, const git_oid *oid, const char *note, int allow_note_overwrite) |