From 668e007379e7ad7d6e01087f0c5c51548e5df633 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 10 May 2014 21:51:05 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GitRepo.vala b/GitRepo.vala index 1dd9edc1..8e8ef2f0 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -62,6 +62,7 @@ public class GitRepo : Object // should really find out if these are untracked files each.. // we run multiple versions to make sure that if one failes, it does not ignore the whole lot.. // not sure if that is how git works.. but just be certian. + return = ""; for (var i = 0; i < files.length;i++) { var f = files.index(i).vname; try { @@ -72,6 +73,7 @@ public class GitRepo : Object } } + return ret; } /** -- 2.39.2