diff options
author | Øystein Walle <oystwa@gmail.com> | 2014-02-05 23:19:43 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-02-05 14:35:45 -0800 |
commit | 5fe8f49b6d59cf143a5898ddbb161444a95fa871 (patch) | |
tree | 65293eeb6f73b77030840a40327aff284fe0af4b /Documentation/gitweb.conf.txt | |
parent | Git 1.8.5.4 (diff) | |
download | tgif-5fe8f49b6d59cf143a5898ddbb161444a95fa871.tar.xz |
Documentation: fix typos in man pages
Signed-off-by: Øystein Walle <oystwa@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitweb.conf.txt')
-rw-r--r-- | Documentation/gitweb.conf.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/gitweb.conf.txt b/Documentation/gitweb.conf.txt index e2113d93c9..b845a45691 100644 --- a/Documentation/gitweb.conf.txt +++ b/Documentation/gitweb.conf.txt @@ -630,13 +630,13 @@ need to set this element to empty list i.e. `[]`. override:: If this field has a true value then the given feature is - overriddable, which means that it can be configured + overridable, which means that it can be configured (or enabled/disabled) on a per-repository basis. + Usually given "<feature>" is configurable via the `gitweb.<feature>` config variable in the per-repository Git configuration file. + -*Note* that no feature is overriddable by default. +*Note* that no feature is overridable by default. sub:: Internal detail of implementation. What is important is that |