@leroysheep / BookAlchemy / commits / 6fd92054d1

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
index 8a3c2de328..650a00d6e9 100755 --- a/ML +++ b/ML @@ -22,8 +22,7 @@ search_topics () { fi comment= - if ! git show-ref --quiet --verify "refs/heads/$topic" || - test $(git log --oneline $target..$full_sha1 | wc -l) != 0 + if ! git show-ref --quiet --verify "refs/heads/$topic" then comment="$topic gone" tip=$full_sha1 topic=$sha1