From 25647059aeb891c02bdb4fae19b9e2d3930aca59 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 15 Mar 2019 10:01:05 +0800 Subject: [PATCH] Git.vala --- Git.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Git.vala b/Git.vala index 1e8752b3..baf40549 100644 --- a/Git.vala +++ b/Git.vala @@ -179,7 +179,7 @@ namespace GitLive { this.repo.get_config().get_string("user.name"), this.repo.get_config().get_string("user.email") ); - this.repo.create_commit("HEAD", sig, sig, null, "test commit " + str, new_tree, parents); + this.repo.create_commit("HEAD", sig, sig, null, "Test Merge", new_tree, parents); -- 2.39.2