diff options
Diffstat (limited to 'sample.conf')
-rw-r--r-- | sample.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sample.conf b/sample.conf index 2ad25f0..705a022 100644 --- a/sample.conf +++ b/sample.conf @@ -19,7 +19,8 @@ path = /srv/git/repo/ # Maximum number of per-branch pages for static generation (optional). # When generating static html, this is the maximum number of pages we will -# generate for each branch's commit listings. +# generate for each branch's commit listings. Zero (0) means unlimited. +# Default: 5 #max_pages = 5 # Project website (optional). |