aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gitweb.conf.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-04-14 10:34:01 -0700
committerJunio C Hamano <gitster@pobox.com>2015-04-14 10:34:01 -0700
commit03571fda7712ed66cc9324452b8f8618080ff354 (patch)
treea1b1e4fb2879ce15096d9d3d8409956443d14156 /Documentation/gitweb.conf.txt
parent5a69705968de1fe6cb3923c420514ab8801622dd (diff)
parentd7bfb9ee97d10c34e15c6aad4cd11643245332c2 (diff)
downloadgit-03571fda7712ed66cc9324452b8f8618080ff354.tar.gz
Merge branch 'jz/gitweb-conf-doc-fix'
* jz/gitweb-conf-doc-fix: gitweb.conf.txt: say "build-time", not "built-time"
Diffstat (limited to 'Documentation/gitweb.conf.txt')
-rw-r--r--Documentation/gitweb.conf.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitweb.conf.txt b/Documentation/gitweb.conf.txt
index 0506f07d74..a096e7ddf7 100644
--- a/Documentation/gitweb.conf.txt
+++ b/Documentation/gitweb.conf.txt
@@ -482,7 +482,7 @@ project config. Per-repository configuration takes precedence over value
composed from `@git_base_url_list` elements and project name.
+
You can setup one single value (single entry/item in this list) at build
-time by setting the `GITWEB_BASE_URL` built-time configuration variable.
+time by setting the `GITWEB_BASE_URL` build-time configuration variable.
By default it is set to (), i.e. an empty list. This means that gitweb
would not try to create project URL (to fetch) from project name.