Skip to content

Commit 8e6a6fb

Browse files
committed
Merge branch 'gitweb-use-main-as-default-branch-name'
This adjusts gitweb to reflect the new default branch name. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2 parents b81594a + 171cdf8 commit 8e6a6fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitweb/gitweb.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3552,7 +3552,7 @@ sub parse_commit_text {
35523552
$title =~ s/(http|rsync):\/\///;
35533553
}
35543554
if (length($title) > 50) {
3555-
$title =~ s/(master|www|rsync)\.//;
3555+
$title =~ s/(main|www|rsync)\.//;
35563556
}
35573557
if (length($title) > 50) {
35583558
$title =~ s/kernel.org:?//;

0 commit comments

Comments
 (0)