File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7169,7 +7169,7 @@ sub git_feed {
7169
7169
if (defined $favicon ) {
7170
7170
print " <icon>" . esc_url($favicon ) . " </icon>\n " ;
7171
7171
}
7172
- if (defined $logo_url ) {
7172
+ if (defined $logo ) {
7173
7173
# not twice as wide as tall: 72 x 27 pixels
7174
7174
print " <logo>" . esc_url($logo ) . " </logo>\n " ;
7175
7175
}
Original file line number Diff line number Diff line change @@ -1135,7 +1135,7 @@ test_expect_success $PREREQ '--8bit-encoding also treats subject' '
1135
1135
# Note that the patches in this test are deliberately out of order; we
1136
1136
# want to make sure it works even if the cover-letter is not in the
1137
1137
# first mail.
1138
- test_expect_success ' refusing to send cover letter template' '
1138
+ test_expect_success $PREREQ ' refusing to send cover letter template' '
1139
1139
clean_fake_sendmail &&
1140
1140
rm -fr outdir &&
1141
1141
git format-patch --cover-letter -2 -o outdir &&
@@ -1151,7 +1151,7 @@ test_expect_success 'refusing to send cover letter template' '
1151
1151
test -z "$(ls msgtxt*)"
1152
1152
'
1153
1153
1154
- test_expect_success ' --force sends cover letter template anyway' '
1154
+ test_expect_success $PREREQ ' --force sends cover letter template anyway' '
1155
1155
clean_fake_sendmail &&
1156
1156
rm -fr outdir &&
1157
1157
git format-patch --cover-letter -2 -o outdir &&
You can’t perform that action at this time.
0 commit comments