about summary refs log tree commit diff
path: root/scan-tree.h
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2009-08-24 00:04:58 +0200
committerLars Hjemli <hjemli@gmail.com>2009-08-24 10:22:58 +0200
commit74061ed5f03e72796450aa3b8ca1cf6ced5d59e2 (patch)
tree235ab2c29c027f19b00da815af3bf1d2856edc21 /scan-tree.h
parentcgit.c: refactor repo_config() from config_cb() (diff)
downloadcgit-pink-74061ed5f03e72796450aa3b8ca1cf6ced5d59e2.tar.gz
cgit-pink-74061ed5f03e72796450aa3b8ca1cf6ced5d59e2.zip
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>
Diffstat (limited to 'scan-tree.h')
-rw-r--r--scan-tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scan-tree.h b/scan-tree.h
index b103b16..11539f4 100644
--- a/scan-tree.h
+++ b/scan-tree.h
@@ -1,3 +1,3 @@
 
 
-extern void scan_tree(const char *path);
+extern void scan_tree(const char *path, repo_config_fn fn);