[gnome-builder] git: use ggit_remote_push() instead of ggit_remote_upload()



commit 52ff0f657596f3f01d3a22e3aca7a2c79050c9c1
Author: Christian Hergert <chergert redhat com>
Date:   Tue Apr 23 13:06:30 2019 -0700

    git: use ggit_remote_push() instead of ggit_remote_upload()

 src/plugins/git/daemon/ipc-git-repository-impl.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/plugins/git/daemon/ipc-git-repository-impl.c 
b/src/plugins/git/daemon/ipc-git-repository-impl.c
index 7e051c70d..231c1bbf1 100644
--- a/src/plugins/git/daemon/ipc-git-repository-impl.c
+++ b/src/plugins/git/daemon/ipc-git-repository-impl.c
@@ -764,10 +764,10 @@ push_worker (GTask        *task,
       return;
     }
 
-  ggit_remote_upload (push->remote,
-                      (const gchar * const *)push->ref_names,
-                      push->push_options,
-                      &error);
+  ggit_remote_push (push->remote,
+                    (const gchar * const *)push->ref_names,
+                    push->push_options,
+                    &error);
 
   ggit_remote_disconnect (push->remote);
 


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