diff options
author | Lars Hjemli <hjemli@gmail.com> | 2009-02-01 19:17:52 +0100 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2009-02-01 19:17:52 +0100 |
commit | 0b3c746ba80738dbe0885a21406409390936537c (patch) | |
tree | 405a9f959feafab650f53e17561a1d3a85cb8097 /cgitrc.5.txt | |
parent | d6174b7aab476c2b6a86e59d98cf978d603045f4 (diff) | |
parent | b115955d71c50cd2d0065c45f3df6b02fa4730bd (diff) | |
download | cgit-0b3c746ba80738dbe0885a21406409390936537c.tar.gz cgit-0b3c746ba80738dbe0885a21406409390936537c.tar.xz |
Merge branch 'lh/header'
Diffstat (limited to 'cgitrc.5.txt')
-rw-r--r-- | cgitrc.5.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt index 09f56a6..fd299ae 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt @@ -84,6 +84,10 @@ footer verbatim at the bottom of all pages (i.e. it replaces the standard "generated by..." message. Default value: none. +header + The content of the file specified with this option will be included + verbatim at the top of all pages. Default value: none. + include Name of a configfile to include before the rest of the current config- file is parsed. Default value: none. |