From 7358f63015a27d1c22816a3c1f734c3d4beed115 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Sat, 7 Feb 2015 14:18:28 +0100 Subject: 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 --- cgit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgit.c') diff --git a/cgit.c b/cgit.c index 431e325..02dddda 100644 --- a/cgit.c +++ b/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; -- cgit v1.2.1