sync
[gitlive] / 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..