summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-04-21 19:12:22 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-04-21 19:12:22 (GMT)
commit1c30f8efa4ce4e9f5a3a41bf0236fe5baf2b6063 (patch)
tree8e2dbd5d90b3909b4c9205749326726dffba8add /Documentation
parentc809f4258fb066078b401cfead578a7bb855a2cb (diff)
parentd7bfb9ee97d10c34e15c6aad4cd11643245332c2 (diff)
downloadgit-1c30f8efa4ce4e9f5a3a41bf0236fe5baf2b6063.zip
git-1c30f8efa4ce4e9f5a3a41bf0236fe5baf2b6063.tar.gz
git-1c30f8efa4ce4e9f5a3a41bf0236fe5baf2b6063.tar.bz2
Merge branch 'jz/gitweb-conf-doc-fix' into maint
Documentation update. * jz/gitweb-conf-doc-fix: gitweb.conf.txt: say "build-time", not "built-time"
Diffstat (limited to 'Documentation')
-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 ebe7a6c..b96ac72 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.