mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
git save: remove redundant 'subsurface' from commit message
The user agent string already contains the (correctly capitalized) program name. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a0c40833a4
commit
bd54e94606
1 changed files with 1 additions and 1 deletions
|
@ -1096,7 +1096,7 @@ static void create_commit_message(struct membuffer *msg)
|
||||||
} while ((dc = dc->next) != NULL);
|
} while ((dc = dc->next) != NULL);
|
||||||
put_format(msg, "\n");
|
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)
|
static int create_new_commit(git_repository *repo, const char *remote, const char *branch, git_oid *tree_id)
|
||||||
|
|
Loading…
Add table
Reference in a new issue