-rw-r--r-- | cgitrc.5.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt index 5d77973..c643fae 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt | |||
@@ -362,25 +362,27 @@ repo.name:: | |||
362 | The value to show as repository name. Default value: <repo.url>. | 362 | The value to show as repository name. Default value: <repo.url>. |
363 | 363 | ||
364 | repo.owner:: | 364 | repo.owner:: |
365 | A value used to identify the owner of the repository. Default value: | 365 | A value used to identify the owner of the repository. Default value: |
366 | none. | 366 | none. |
367 | 367 | ||
368 | repo.path:: | 368 | repo.path:: |
369 | An absolute path to the repository directory. For non-bare repositories | 369 | An absolute path to the repository directory. For non-bare repositories |
370 | this is the .git-directory. Default value: none. | 370 | this is the .git-directory. Default value: none. |
371 | 371 | ||
372 | repo.readme:: | 372 | repo.readme:: |
373 | A path (relative to <repo.path>) which specifies a file to include | 373 | A path (relative to <repo.path>) which specifies a file to include |
374 | verbatim as the "About" page for this repo. Default value: none. | 374 | verbatim as the "About" page for this repo. You may also specify a |
375 | git refspec by head or by hash by prepending the refspec followed by | ||
376 | a colon. For example, "master:docs/readme.mkd" Default value: none. | ||
375 | 377 | ||
376 | repo.snapshots:: | 378 | repo.snapshots:: |
377 | A mask of allowed snapshot-formats for this repo, restricted by the | 379 | A mask of allowed snapshot-formats for this repo, restricted by the |
378 | "snapshots" global setting. Default value: <snapshots>. | 380 | "snapshots" global setting. Default value: <snapshots>. |
379 | 381 | ||
380 | repo.section:: | 382 | repo.section:: |
381 | Override the current section name for this repository. Default value: | 383 | Override the current section name for this repository. Default value: |
382 | none. | 384 | none. |
383 | 385 | ||
384 | repo.source-filter:: | 386 | repo.source-filter:: |
385 | Override the default source-filter. Default value: none. See also: | 387 | Override the default source-filter. Default value: none. See also: |
386 | "enable-filter-overrides". | 388 | "enable-filter-overrides". |