]> Lady’s Gitweb - Gitweb/commit
gitweb: last-modified time should be commiter, not author
authorGiuseppe Bilotta <redacted>
Mon, 26 Jan 2009 11:50:15 +0000 (12:50 +0100)
committerLady <redacted>
Mon, 6 Apr 2026 04:50:38 +0000 (00:50 -0400)
commit1dc17e37a83f08f963031df52b15d13221fcff6c0536157a619f7cbe5e6e5dcc
treee2a814679ee19ac969a4e006182c787749047b40ec4a1d8f210487d501949c10
parent74f4df8388b19731ca2f6a5ebf52466486d0df35937facf9f98fad671b092673
gitweb: last-modified time should be commiter, not author

The last-modified time header added by RSS to increase cache hits from
readers should be set to the date the repository was last modified. The
author time in this respect is not a good guess because the last commit
might come from a oldish patch.

Use the committer time for the last-modified header to ensure a more
correct guess of the last time the repository was modified.

Signed-off-by: Giuseppe Bilotta <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl
This page took 0.239035 seconds and 4 git commands to generate.