David Aguilar writes: > @@ -407,6 +408,7 @@ proc updatecommits {} { > foreach vid [array names idpending "$n,*"] { > unset idpending($vid) > } > + set isbare [expr {[exec git rev-parse --is-bare-repository] == "true"}] Sorry, I meant do that in updatecommits as well as at startup. You still need that line in the startup code. Paul. -- 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