From 5c3db5f8c81dc0253916d8acbead263d8c92dd33 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 23 Sep 2017 13:22:28 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GitRepo.vala b/GitRepo.vala index 0d35f654..a72d5625 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -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); } -- 2.39.2