From 7d7cee8bf0ae6df1b5d024cd7ff2ed1bf1892db6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 10 May 2014 22:33:44 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? -- 2.39.2