From fdfb6a6d802d6b91061296eda9848d5819760d01 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 16 Oct 2012 23:32:40 +0200 Subject: ui-repolist: Rename section-sort to repository-sort. Signed-off-by: Jason A. Donenfeld --- cgit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgit.h') diff --git a/cgit.h b/cgit.h index 79ba7ad..8846e88 100644 --- a/cgit.h +++ b/cgit.h @@ -187,7 +187,7 @@ struct cgit_config { char *root_readme; char *script_name; char *section; - char *section_sort; + char *repository_sort; char *virtual_root; char *strict_export; int cache_size; -- cgit v1.2.1