tgupdate: merge top-bases/t/config/project-owner into t/config/project-owner
[git/gitweb.git] / .topmsg
blob27449dd1a5a86abb8ef94c4c7cc6a0a65ad831a1
1 Subject: [PATCH] gitweb: prefer gitweb.owner over project list
3 When showing the summary page, the current owner displayed should
4 be taken directly from the current value in the config file, not
5 from a possibly outdated value in the project list.
7 Make git_get_project_owner prefer the value of gitweb.owner if
8 it exists when fetching the owner for the current project but
9 retain the current order (project list value first) if there
10 is no project (i.e. project list page) or the project being
11 fetched is not the current one.
13 Signed-off-by: Kyle J. McKay <mackyle@gmail.com>