From 440667c5bf9d290d4720b726b1358c3e31373b0b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 10 May 2014 21:32:21 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/GitRepo.vala b/GitRepo.vala index 9c669dfd..bd0254c7 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -10,8 +10,12 @@ public class GitRepo : Object { + public Array cmds; + public string gitdir; + public bool debug = false; + /** * index of.. matching gitpath.. */ @@ -27,10 +31,7 @@ public class GitRepo : Object - public Array cmds; - - - public string gitdir; + /** * constructor: * -- 2.39.2