diff options
author | Jérôme Zago <git-patch@agt-the-walker.net> | 2014-04-03 22:49:47 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-03-31 13:27:24 -0700 |
commit | d7bfb9ee97d10c34e15c6aad4cd11643245332c2 (patch) | |
tree | 3cda79d420a809752d859d55221745f2dcc6fcc9 /Documentation/gitweb.conf.txt | |
parent | 6d3902b0d05a5aaa31d09db889c03b90749e11b3 (diff) | |
download | git-d7bfb9ee97d10c34e15c6aad4cd11643245332c2.tar.gz |
gitweb.conf.txt: say "build-time", not "built-time"jz/gitweb-conf-doc-fix
"build-time" is used everywhere else.
Signed-off-by: Jérôme Zago <git-patch@agt-the-walker.net>
Reviewed-by: Jakub Narębski <jnareb@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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitweb.conf.txt b/Documentation/gitweb.conf.txt index 327246c19a..f288d3b211 100644 --- a/Documentation/gitweb.conf.txt +++ b/Documentation/gitweb.conf.txt @@ -450,7 +450,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. |