GitRepo.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 13:51:05 +0000 (21:51 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 13:51:05 +0000 (21:51 +0800)
GitRepo.vala

index 1dd9edc..8e8ef2f 100644 (file)
@@ -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;
     }
     
       /**