Hello, > if head_=$(git symbolic-ref -q HEAD); then > case "$head_" in > refs/heads/*) > - git rev-parse -q --verify "${head_/#refs\/heads/refs\/top-bases}" >/dev/null || exit 0;; > + git rev-parse -q --verify "${head_/refs\/heads/refs\/top-bases}" >/dev/null || exit 0;; git rev-parse -q --verify "refs/top-bases${head_#refs/heads}" >/dev/null || exit 0;; should work. But I'm too tired to make a patch now. That probably would only result in more crap... Uwe -- Pengutronix e.K. | Uwe Kleine-König | Industrial Linux Solutions | http://www.pengutronix.de/ | -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html