From 21083a712933248ecc71a09abd20d548b912b194 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Sat, 6 Dec 2014 03:12:04 +0100 Subject: notes: move the notes name argument Make it consistent between git_note_create() and git_note_remote() by putting it after the repository. --- src/notes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/notes.c') 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) -- cgit v1.2.1