mirror of
https://github.com/git/git.git
synced 2026-03-29 11:00:07 +02:00
Merge branch 'master' into next
* master: add-interactive: Clarify “remaining hunks in the file” gitweb: Fix typo in hash key name in %opts in git_header_html
This commit is contained in:
@@ -3389,7 +3389,7 @@ sub git_header_html {
|
||||
}
|
||||
print $cgi->header(-type=>$content_type, -charset => 'utf-8',
|
||||
-status=> $status, -expires => $expires)
|
||||
unless ($opts{'-no_http_headers'});
|
||||
unless ($opts{'-no_http_header'});
|
||||
my $mod_perl_version = $ENV{'MOD_PERL'} ? " $ENV{'MOD_PERL'}" : '';
|
||||
print <<EOF;
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
Reference in New Issue
Block a user