diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-02-17 19:31:18 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-02-17 19:31:18 -0800 |
commit | a8f6b201aadcadeb9bfe05a66de32878bff800f7 (patch) | |
tree | ba35e286f47a53af3b08bbb1d5546b461b4fb8f4 /gitweb/README | |
parent | c84c483ffdfc45d8143fd6f6620361aba91d1080 (diff) | |
parent | b59012ef4e7dde1895d988736c7df64f68b1e940 (diff) | |
download | git-a8f6b201aadcadeb9bfe05a66de32878bff800f7.tar.gz git-a8f6b201aadcadeb9bfe05a66de32878bff800f7.tar.xz |
Merge branch 'br/gitweb'
* br/gitweb:
gitweb: Use the config file to set repository owner's name.
Diffstat (limited to 'gitweb/README')
-rw-r--r-- | gitweb/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gitweb/README b/gitweb/README index 4c8bedf74..216307104 100644 --- a/gitweb/README +++ b/gitweb/README @@ -233,6 +233,10 @@ You can use the following files in repository: Displayed in the project summary page. You can use multiple-valued gitweb.url repository configuration variable for that, but the file takes precendence. + * gitweb.owner + You can use the gitweb.owner repository configuration variable to set + repository's owner. It is displayed in the project list and summary + page. If it's not set, filesystem directory's owner is used. * various gitweb.* config variables (in config) Read description of %feature hash for detailed list, and some descriptions. |