From b665a276cf4fb2fcc5fd70fdfb8194067323589e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 5 Nov 2018 15:50:23 +0800 Subject: [PATCH] sync --- GitRepo.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitRepo.vala b/GitRepo.vala index 9e19695b..0cc1e50a 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -264,7 +264,7 @@ public class GitRepo : Object this.setActiveTicket(null, "master"); string [] cmd = { "merge", "--squash", oldbranch }; this.git( cmd ); - cmd = { "commit", "--m", commit_message }; + cmd = { "commit", "-a" , "-m", commit_message }; this.git( cmd ); this.push(); this.loadBranches(); // updates lastrev.. -- 2.39.2