scan-tree: Support gitweb.description.

Use gitweb.description instead of description file to determine
description, if option is enabled.
此提交包含在:
Jason A. Donenfeld
2012-07-11 04:24:01 +02:00
父節點 45555512ba
當前提交 b56be4ba3a
共有 4 個檔案被更改,包括 28 行新增7 行删除

1
cgit.h
查看文件

@ -199,6 +199,7 @@ struct cgit_config {
int embedded;
int enable_filter_overrides;
int enable_gitweb_owner;
int enable_gitweb_desc;
int enable_http_clone;
int enable_index_links;
int enable_commit_graph;