ui-repolist: Rename section-sort to repository-sort.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2012-10-16 23:32:40 +02:00
parent 8f40be229c
commit fdfb6a6d80
4 changed files with 7 additions and 7 deletions

2
cgit.h
View file

@ -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;