1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-22 03:28:48 +00:00

Add friendly_name parameter

This commit is contained in:
杨赫然
2024-07-03 18:27:47 +08:00
parent 4ca723d183
commit d5ba518e79
20 changed files with 259 additions and 299 deletions

View File

@@ -968,7 +968,7 @@ retry:
}
merged_commit = seaf_commit_new(NULL, repo->id, opt.merged_tree_root,
new_commit->creator_name, EMPTY_SHA1,
new_commit->creator_name, new_commit->username, EMPTY_SHA1,
desc,
0);
g_free (desc);