mirror of
https://github.com/git/git.git
synced 2026-08-09 17:40:16 +00:00
cook.sh: do not barf on removed branch when listing Graduated to 'master'
This commit is contained in:
2
cook.sh
2
cook.sh
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user