aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
diff options
context:
space:
mode:
authorGravatar Jason A. Donenfeld <Jason@zx2c4.com>2012-10-17 06:32:40 (JST)
committerGravatar Jason A. Donenfeld <Jason@zx2c4.com>2012-10-17 06:32:53 (JST)
commitfdfb6a6d802d6b91061296eda9848d5819760d01 (patch)
treea0da4493009a4db6339f72e9d397f7bd2f81b8ad /cgit.h
parent8f40be229cf8ac7ecbf5e03e11098bad8e82e7e5 (diff)
downloadcgit-fdfb6a6d802d6b91061296eda9848d5819760d01.zip
cgit-fdfb6a6d802d6b91061296eda9848d5819760d01.tar.gz
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 {
187 char *root_readme; 187 char *root_readme;
188 char *script_name; 188 char *script_name;
189 char *section; 189 char *section;
190 char *section_sort; 190 char *repository_sort;
191 char *virtual_root; 191 char *virtual_root;
192 char *strict_export; 192 char *strict_export;
193 int cache_size; 193 int cache_size;