Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jz/gitweb-conf-doc-fix' into maint
author
Junio C Hamano
<gitster@pobox.com>
Tue, 21 Apr 2015 19:12:22 +0000
(12:12 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 21 Apr 2015 19:12:22 +0000
(12:12 -0700)
Documentation update.
* jz/gitweb-conf-doc-fix:
gitweb.conf.txt: say "build-time", not "built-time"
Documentation/gitweb.conf.txt
patch
|
blob
|
history
raw
(from parent 1:
c809f42
)
diff --git
a/Documentation/gitweb.conf.txt
b/Documentation/gitweb.conf.txt
index ebe7a6c24cfef75441906a3e4de550b9fd296c0b..b96ac72a3305362ac2c35860f3cbdbedb8c5e419 100644
(file)
--- 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` buil
t
-time configuration variable.
+time by setting the `GITWEB_BASE_URL` buil
d
-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.