本網站需要 JavaScript。
探索
說明
登入
crtxcr
/
cgitsb
關注
1
加上星號
0
Fork
0
您已經 fork 過 cgitsb
程式碼
問題
合併請求
版本發布
Wiki
動態
74061ed5f0
cgitsb
/
scan-tree.h
4 行
62 B
C
原始文件
標準檢視
歷史記錄
Unescape
Escape
Add support for --scan-tree=<path> option to cgit This option makes cgit scan a directory tree looking for git repositories, generating suitable definitions for a cgitrc file on stdout. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2008-09-15 00:07:12 +02:00
Add support for repo-local cgitrc file When recursively scanning a directory tree looking for git repositories, cgit will now parse cgitrc files found within such repositories. The repo-specific config files can include any repo-specific options except 'repo.url' and 'repo.path'. Also, in such config files the 'repo.' prefix can not be used, i.e. the valid options then becomes: * name * clone-url * desc * ower * defbranch * snapshots * enable-log-filecount * enable-log-linecount * max-stats * module-link * section * about-filter * commit-filter * source-filter * readme Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2009-08-24 00:04:58 +02:00
extern
void
scan_tree
(
const
char
*
path
,
repo_config_fn
fn
)
;
新增問題並參考
複製固定連結