[libgit2-glib] repository: fix api break in create_note



commit 7848251ad16eb217fd9b92d6928133eb661d24fe
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sun Jan 18 14:08:03 2015 +0100

    repository: fix api break in create_note

 libgit2-glib/ggit-repository.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgit2-glib/ggit-repository.c b/libgit2-glib/ggit-repository.c
index c1d25ba..f3aa5d7 100644
--- a/libgit2-glib/ggit-repository.c
+++ b/libgit2-glib/ggit-repository.c
@@ -3117,9 +3117,9 @@ ggit_repository_create_note (GgitRepository  *repository,
 
        ret = git_note_create (&oid,
                               _ggit_native_get (repository),
+                              notes_ref,
                               _ggit_native_get (author),
                               _ggit_native_get (committer),
-                              notes_ref,
                               _ggit_oid_get_oid (id),
                               note,
                               force);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]