From 8970973ccc55c9a1ff6157797c75fd8a5772774c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 10 May 2014 21:43:02 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/GitRepo.vala b/GitRepo.vala index 6bc25adb..777a5d5a 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -192,10 +192,10 @@ public class GitRepo : Object args += "--no-pager"; - if (this.gitdir != this.repopath) { - args += "--work-tree"; - args += this.repopath; - } + //if (this.gitdir != this.repopath) { + // args += "--work-tree"; + // args += this.repopath; + //} for (var i = 0; i < args_in.length;i++) { args += args_in[i]; } -- 2.39.2