summaryrefslogtreecommitdiff
path: root/Documentation/gitweb.conf.txt
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-05 06:38:22 -0800
committerAnas Nashif <anas.nashif@intel.com>2012-11-05 06:38:22 -0800
commit264628a2b3a5cb6c7671ea87ceecab941ec290e9 (patch)
tree1ff25b95990273abc7d5b902baf4ae0c7cbe822a /Documentation/gitweb.conf.txt
parent189627cd588c2937de7b655595b8ed777f445c85 (diff)
downloadgit-264628a2b3a5cb6c7671ea87ceecab941ec290e9.tar.gz
git-264628a2b3a5cb6c7671ea87ceecab941ec290e9.tar.bz2
git-264628a2b3a5cb6c7671ea87ceecab941ec290e9.zip
Imported Upstream version 1.8.0upstream/1.8.0
Diffstat (limited to 'Documentation/gitweb.conf.txt')
-rw-r--r--Documentation/gitweb.conf.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/Documentation/gitweb.conf.txt b/Documentation/gitweb.conf.txt
index 1cea8cb6..49474557 100644
--- a/Documentation/gitweb.conf.txt
+++ b/Documentation/gitweb.conf.txt
@@ -244,7 +244,7 @@ $highlight_bin::
By default set to 'highlight'; set it to full path to highlight
executable if it is not installed on your web server's PATH.
Note that 'highlight' feature must be set for gitweb to actually
- use syntax hightlighting.
+ use syntax highlighting.
+
*NOTE*: if you want to add support for new file type (supported by
"highlight" but not used by gitweb), you need to modify `%highlight_ext`
@@ -499,6 +499,13 @@ $maxload::
Set `$maxload` to undefined value (`undef`) to turn this feature off.
The default value is 300.
+$omit_age_column::
+ If true, omit the column with date of the most current commit on the
+ projects list page. It can save a bit of I/O and a fork per repository.
+
+$omit_owner::
+ If true prevents displaying information about repository owner.
+
$per_request_config::
If this is set to code reference, it will be run once for each request.
You can set parts of configuration that change per session this way.