Meta/ML: fix bogus 'gone' check

Junio C Hamano committed Apr 26, 2012 at 13:36 UTC 6fd92054d1e7d9ce735c44cb611eab8816470ab9
1 file changed +1 -2
ML
+1 -2
@@ -22,8 +22,7 @@ search_topics () {
22 fi
23
24 comment=
25 - if ! git show-ref --quiet --verify "refs/heads/$topic" ||
26 - test $(git log --oneline $target..$full_sha1 | wc -l) != 0
25 + if ! git show-ref --quiet --verify "refs/heads/$topic"
26 then
27 comment="$topic gone"
28 tip=$full_sha1 topic=$sha1