sync
authorAlan Knowles <alan@roojs.com>
Mon, 5 Nov 2018 07:50:23 +0000 (15:50 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 5 Nov 2018 07:50:23 +0000 (15:50 +0800)
GitRepo.vala

index 9e19695..0cc1e50 100644 (file)
@@ -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..