cook.sh: do not barf on removed branch when listing Graduated to 'master'

todo
Junio C Hamano 2009-09-07 17:53:14 -07:00
parent 0051b441b3
commit f7ef488e46
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ do
test "$section" = 'Graduated to "master"' &&
test "$incremental" = no && continue

tip=$(git rev-parse --quiet --verify "refs/heads/$branch")
tip=$(git rev-parse --quiet --verify "refs/heads/$branch") || continue
mb=$(git merge-base master $tip)
test "$mb" = "$tip" || continue
if test -n "$current"