-rw-r--r-- | cgitrc.5.txt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt index c643fae..ce78d41 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt @@ -236,2 +236,6 @@ project-list:: +readme:: + Text which will be used as default value for "repo.readme". Default + value: none. + remove-suffix:: @@ -280,2 +284,8 @@ section:: +section-from-path:: + A number which, if specified before scan-path, specifies how many + path elements from each repo path to use as a default section name. + If negative, cgit will discard the specified number of path elements + above the repo directory. Default value: 0. + side-by-side-diffs:: @@ -375,3 +385,3 @@ repo.readme:: git refspec by head or by hash by prepending the refspec followed by - a colon. For example, "master:docs/readme.mkd" Default value: none. + a colon. For example, "master:docs/readme.mkd" Default value: <readme>. |