Skip to content

Commit f00c80b

Browse files
author
Junio C Hamano
committed
Minor fix for WI script
1 parent 0391212 commit f00c80b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

WI

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ has_msg=' has these since the last announcement.'
55
in_addition=
66
for m in master next pu
77
do
8-
tagged=`git rev-parse --not --verify tags/sa/$m 2>/dev/null`
8+
tagged=`git rev-parse --not --verify tags/sa/$m 2>/dev/null` ||
9+
test "$m" != pu || exit
10+
911
list=`git-rev-list $in_addition $tagged heads/$m 2>/dev/null` &&
1012
test -n "$list" || continue
1113

0 commit comments

Comments
 (0)