-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 4dc383d..252d546 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt | |||
@@ -229,24 +229,28 @@ root-title:: | |||
229 | "Git Repository Browser". | 229 | "Git Repository Browser". |
230 | 230 | ||
231 | scan-path:: | 231 | scan-path:: |
232 | A path which will be scanned for repositories. If caching is enabled, | 232 | A path which will be scanned for repositories. If caching is enabled, |
233 | the result will be cached as a cgitrc include-file in the cache | 233 | the result will be cached as a cgitrc include-file in the cache |
234 | directory. Default value: none. See also: cache-scanrc-ttl. | 234 | directory. Default value: none. See also: cache-scanrc-ttl. |
235 | 235 | ||
236 | section:: | 236 | section:: |
237 | The name of the current repository section - all repositories defined | 237 | The name of the current repository section - all repositories defined |
238 | after this option will inherit the current section name. Default value: | 238 | after this option will inherit the current section name. Default value: |
239 | none. | 239 | none. |
240 | 240 | ||
241 | side-by-side-diffs:: | ||
242 | If set to "1" shows side-by-side diffs instead of unidiffs per | ||
243 | default. Default value: "0". | ||
244 | |||
241 | snapshots:: | 245 | snapshots:: |
242 | Text which specifies the default set of snapshot formats generated by | 246 | Text which specifies the default set of snapshot formats generated by |
243 | cgit. The value is a space-separated list of zero or more of the | 247 | cgit. The value is a space-separated list of zero or more of the |
244 | values "tar", "tar.gz", "tar.bz2" and "zip". Default value: none. | 248 | values "tar", "tar.gz", "tar.bz2" and "zip". Default value: none. |
245 | 249 | ||
246 | source-filter:: | 250 | source-filter:: |
247 | Specifies a command which will be invoked to format plaintext blobs | 251 | Specifies a command which will be invoked to format plaintext blobs |
248 | in the tree view. The command will get the blob content on its STDIN | 252 | in the tree view. The command will get the blob content on its STDIN |
249 | and the name of the blob as its only command line argument. The STDOUT | 253 | and the name of the blob as its only command line argument. The STDOUT |
250 | from the command will be included verbatim as the blob contents, i.e. | 254 | from the command will be included verbatim as the blob contents, i.e. |
251 | this can be used to implement e.g. syntax highlighting. Default value: | 255 | this can be used to implement e.g. syntax highlighting. Default value: |
252 | none. | 256 | none. |