gitweb: avoid bizarre Time::Local year interpretation
[git/gitweb.git] / .topmsg
blob2859007cfee741f398561c8b80cd6e7a530e9ce7
1 Subject: [PATCH] gitweb: Support for special mirror information fields in summary
3 In case the gitweb.baseurl configuration value is present, the
4 repository is assumed to be a mirror of the repository specified by the
5 baseurl value and the summary information is adjusted accordingly.
6 The .last_refresh file timestamp is consulted about the date
7 of the last mirror run.
9 Signed-off-by: Petr Baudis <petr.baudis@novartis.com>
10 Signed-off-by: Kyle J. McKay <mackyle@gmail.com>