diff options
Diffstat (limited to 'core/save-git.c')
-rw-r--r-- | core/save-git.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/save-git.c b/core/save-git.c index 0f9da62f7..b77402657 100644 --- a/core/save-git.c +++ b/core/save-git.c @@ -1096,7 +1096,7 @@ static void create_commit_message(struct membuffer *msg) } while ((dc = dc->next) != NULL); put_format(msg, "\n"); } - put_format(msg, "Created by subsurface %s\n", subsurface_user_agent()); + put_format(msg, "Created by %s\n", subsurface_user_agent()); } static int create_new_commit(git_repository *repo, const char *remote, const char *branch, git_oid *tree_id) |