Git.vala
authorAlan Knowles <alan@roojs.com>
Thu, 28 Feb 2019 09:27:48 +0000 (17:27 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 28 Feb 2019 09:27:48 +0000 (17:27 +0800)
Git.vala

index db550a2..1a58d83 100644 (file)
--- a/Git.vala
+++ b/Git.vala
@@ -41,7 +41,11 @@ namespace  Git {
                        foreach(var n in ar) {
                                GLib.debug("got remote '%s'", n);
                                var r = this.repo.lookup_remote(n);
+                               GLib.debug("connecting '%s'", n);
+                               
                                r.connect(Ggit.Direction.FETCH, this.callbacks, null, null);
+                               GLib.debug("getting specs '%s'", n);
+                               
                                var far = r.get_fetch_specs();
                                foreach(var rs in far) {
                                        GLib.debug("got remote spec: %s", rs);