зеркало из https://github.com/microsoft/git.git
gitweb.cgi: fix "comitter_tz" typo in feed
gitweb's feeds sometimes contained committer timestamps in the wrong timezone due to a misspelling. Signed-off-by: Dylan Simon <dylan@dylex.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
40701adbcb
Коммит
debf29dc29
|
@ -8028,7 +8028,7 @@ sub git_feed {
|
|||
%latest_commit = %{$commitlist[0]};
|
||||
my $latest_epoch = $latest_commit{'committer_epoch'};
|
||||
exit_if_unmodified_since($latest_epoch);
|
||||
%latest_date = parse_date($latest_epoch, $latest_commit{'comitter_tz'});
|
||||
%latest_date = parse_date($latest_epoch, $latest_commit{'committer_tz'});
|
||||
}
|
||||
print $cgi->header(
|
||||
-type => $content_type,
|
||||
|
|
Загрузка…
Ссылка в новой задаче