mirror of
https://git.zx2c4.com/cgit
synced 2025-07-30 23:55:28 +02:00
git: update for v2.3.0
* sort_string_list(): rename to string_list_sort() (upstream commit 3383e199) * update read_tree_recursive callback to pass strbuf as base (upstream commit 6a0b0b6d) Signed-off-by: Christian Hesse <mail@eworm.de>
This commit is contained in:
parent
1a9e56607e
commit
7358f63015
6 changed files with 20 additions and 24 deletions
2
cgit.c
2
cgit.c
|
@ -603,7 +603,7 @@ static int prepare_repo_cmd(void)
|
|||
free(tmp);
|
||||
return 1;
|
||||
}
|
||||
sort_string_list(&ctx.repo->submodules);
|
||||
string_list_sort(&ctx.repo->submodules);
|
||||
cgit_prepare_repo_env(ctx.repo);
|
||||
choose_readme(ctx.repo);
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue