On Mon, Jul 13, 2020 at 07:44:45AM -0700, Junio C Hamano wrote:
>Any other cases that are
>affected by this, or is README the only one?
>
README.html is the only per-repository file, but gitweb has some
(unset/nonexisting by default) config variables to include more HTML:
$site_header, $site_footer, $home_text. These are described in
'man 5 gitweb.conf' under "Changing gitweb's look". grepping for
'insert_file' reveals them in the code.
tobias