GitRepo.vala
authorAlan Knowles <alan@roojs.com>
Sat, 23 Sep 2017 05:22:28 +0000 (13:22 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 23 Sep 2017 05:22:28 +0000 (13:22 +0800)
GitRepo.vala

index 0d35f65..a72d562 100644 (file)
@@ -271,6 +271,8 @@ public class GitRepo : Object
         string[] cmd = { "pull" , "--no-edit" };
         return this.git( cmd );
 
+        //var e = yield dir.enumerate_children_async(
+        //    FileAttribute.STANDARD_NAME, 0, Priority.DEFAULT, null);
         
         
     }