ui-repolist: Add "section-sort" flag to control section sorting.

Flag which, when set to "1", will sort the sections on the repository
listing by name. Set this flag to "0" if the order in the cgitrc file
should be preserved. Default value: "1".

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
这个提交包含在:
Tobias Bieniek
2012-10-09 20:53:29 +02:00
提交者 Jason A. Donenfeld
父节点 521e10c884
当前提交 7a4e7c8ffb
共有 4 个文件被更改,包括 13 次插入3 次删除

1
cgit.h
查看文件

@@ -226,6 +226,7 @@ struct cgit_config {
int scan_hidden_path;
int section_from_path;
int snapshots;
int section_sort;
int summary_branches;
int summary_log;
int summary_tags;