From: Alan Knowles Date: Sat, 10 May 2014 14:33:44 +0000 (+0800) Subject: GitRepo.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=7d7cee8bf0ae6df1b5d024cd7ff2ed1bf1892db6 GitRepo.vala --- diff --git a/GitRepo.vala b/GitRepo.vala index b66dd01f..5ff250b6 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -140,7 +140,7 @@ public class GitRepo : Object } */ - string[] args = { "commit", "-m", }; + string[] args = { "commit", "-m" }; args += (message.length > 0 ? message : "Changed" ); for (var i = 0; i< files.length ; i++ ) { args += files.index(i).vname; // full path?