diff options
author | Jakub Narebski <jnareb@gmail.com> | 2008-07-27 01:23:46 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-07-27 14:14:01 -0700 |
commit | ef115e26f7d6859f679d122d6c2300db09015396 (patch) | |
tree | e6fe3c5bcbc5cbf77a894c851e3c9d590115fdf9 /gitweb/README | |
parent | b890fa33a41c0976171d80590286d2bc8bda3df6 (diff) | |
download | git-ef115e26f7d6859f679d122d6c2300db09015396.tar.gz git-ef115e26f7d6859f679d122d6c2300db09015396.tar.xz |
gitweb: More about how gitweb gets 'owner' of repository
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Acked-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'gitweb/README')
-rw-r--r-- | gitweb/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gitweb/README b/gitweb/README index 690803640..825162a0b 100644 --- a/gitweb/README +++ b/gitweb/README @@ -277,7 +277,8 @@ You can use the following files in repository: * 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. + page. If it's not set, filesystem directory's owner is used + (via GECOS field / real name field from getpwiud(3)). * various gitweb.* config variables (in config) Read description of %feature hash for detailed list, and some descriptions. |