Git.vala
authorAlan Knowles <alan@roojs.com>
Wed, 13 Mar 2019 06:56:24 +0000 (14:56 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 13 Mar 2019 06:56:24 +0000 (14:56 +0800)
Git.vala

index b42d186..23d78ff 100644 (file)
--- a/Git.vala
+++ b/Git.vala
@@ -102,6 +102,7 @@ namespace  GitLive {
                }
                
                
+               
                public void fetchAll()
                {
                        // remotes probably will not work with http auth..
@@ -122,7 +123,7 @@ namespace  GitLive {
                                
                                var heads = r.list();
                                foreach(var rh in heads) {
-                                       rh.get_shotor_name(), 
+                                       var br = this.getBranch(rh.get_name());
                                
                                        GLib.debug("got heads: name=%s   rev=%s  localrev=%s",
                                                rh.get_name(),