mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cloud-storage: create consistent commit message for merges
This never made sense and I think I just forgot to complete this code when I first worked on it. Now we can see which version of Subsurface or Subsurface-mobile created a merge. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
7a238b6146
commit
53fb533a99
3 changed files with 11 additions and 5 deletions
|
@ -1020,7 +1020,7 @@ int update_git_checkout(git_repository *repo, git_object *parent, git_tree *tree
|
|||
return git_checkout_tree(repo, (git_object *) tree, &opts);
|
||||
}
|
||||
|
||||
static int get_authorship(git_repository *repo, git_signature **authorp)
|
||||
int get_authorship(git_repository *repo, git_signature **authorp)
|
||||
{
|
||||
if (git_signature_default(authorp, repo) == 0)
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue