aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2012-10-16 23:32:40 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2012-10-16 23:32:53 +0200
commitfdfb6a6d802d6b91061296eda9848d5819760d01 (patch)
treea0da4493009a4db6339f72e9d397f7bd2f81b8ad /cgit.h
parentrepo_config: do not let globals override repo settings (diff)
downloadcgit-fdfb6a6d802d6b91061296eda9848d5819760d01.tar.xz
cgit-fdfb6a6d802d6b91061296eda9848d5819760d01.zip
ui-repolist: Rename section-sort to repository-sort.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h2
1 files changed, 1 insertions, 1 deletions
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;