GitRepo.vala
authorAlan Knowles <alan@roojs.com>
Fri, 16 Nov 2018 02:56:37 +0000 (10:56 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 16 Nov 2018 02:56:37 +0000 (10:56 +0800)
GitRepo.vala

index 78c5d35..a072592 100644 (file)
@@ -743,7 +743,7 @@ public class GitRepo : Object
             GLib.debug( "CWD=%s",  this.git_working_dir ); 
             GLib.debug( "cmd: %s", string.joinv (" ", args)); 
         //}
-2
+
         string[]   env = {};
         string  home = "HOME=" + Environment.get_home_dir() ;
         env +=  home ;
@@ -754,7 +754,7 @@ public class GitRepo : Object
         
 
         var cfg = new SpawnConfig(this.git_working_dir , args , env);
-        cfg.debug = true;
+        //cfg.debug = true;
 
        // may throw error...
         var sp = new Spawn(cfg);