diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-10-16 23:32:40 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-10-16 23:32:53 +0200 |
commit | fdfb6a6d802d6b91061296eda9848d5819760d01 (patch) | |
tree | a0da4493009a4db6339f72e9d397f7bd2f81b8ad /cgit.h | |
parent | 8f40be229cf8ac7ecbf5e03e11098bad8e82e7e5 (diff) |
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.h | 2 |
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; |