diff options
author | Andy Green | 2018-06-23 18:25:53 +0800 |
---|---|---|
committer | Yigit Sever | 2023-07-21 03:04:16 +0300 |
commit | f762d291b01eeda27fa9239c99efd607d5bf7a14 (patch) | |
tree | 2f76e1c7a5bdeac71eaef42f76cb3918a913a09d /cgitrc.5.txt | |
parent | f466091a0d5717d61853965aa3eb1441efdff007 (diff) | |
download | cgit-f762d291b01eeda27fa9239c99efd607d5bf7a14.tar.gz cgit-f762d291b01eeda27fa9239c99efd607d5bf7a14.tar.bz2 cgit-f762d291b01eeda27fa9239c99efd607d5bf7a14.zip |
config: add js
Just like the config allows setting css URL path, add a config for
setting the js URL path
Signed-off-by: Andy Green <andy@warmcat.com>
Reviewed-by: John Keeping <john@keeping.me.uk>
Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to 'cgitrc.5.txt')
-rw-r--r-- | cgitrc.5.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt index 45288bc..6f3e952 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt | |||
@@ -239,6 +239,11 @@ include:: | |||
239 | Name of a configfile to include before the rest of the current config- | 239 | Name of a configfile to include before the rest of the current config- |
240 | file is parsed. Default value: none. See also: "MACRO EXPANSION". | 240 | file is parsed. Default value: none. See also: "MACRO EXPANSION". |
241 | 241 | ||
242 | js:: | ||
243 | Url which specifies the javascript script document to include in all cgit | ||
244 | pages. Default value: "/cgit.js". Setting this to an empty string will | ||
245 | disable generation of the link to this file in the head section. | ||
246 | |||
242 | local-time:: | 247 | local-time:: |
243 | Flag which, if set to "1", makes cgit print commit and tag times in the | 248 | Flag which, if set to "1", makes cgit print commit and tag times in the |
244 | servers timezone. Default value: "0". | 249 | servers timezone. Default value: "0". |