GitBranch.vala
authorAlan Knowles <alan@roojs.com>
Wed, 20 Mar 2019 08:01:00 +0000 (16:01 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 20 Mar 2019 08:01:00 +0000 (16:01 +0800)
GitBranch.vala

index 60c01a3..1ff550a 100644 (file)
@@ -141,9 +141,9 @@ public class GitBranch : Object
                        
                }
                
+                        
                
-               
-               
+               /*
       //        repo.git( { "fetch",  "-a" } ); == done async before...
                
        string[] cmd = { "branch",   "--no-color", "--verbose", "--no-abbrev" , "-a"  };
@@ -214,7 +214,7 @@ public class GitBranch : Object
                br.name  = newname;
                local.set(br.name, br);
         }
-        
+        */
         /*
         this bit of the code tries to turn a local branch into a track of a remote one.
         -- that's probably not a good idea.
@@ -229,9 +229,9 @@ public class GitBranch : Object
                name = name.replace("/", ".");
                
         }
-        */
+       
         repo.branches = local;
-        
+         */
     
        
        }