Thanks. > ... > +# Unset a configuration variable, but don't fail if it doesn't exist. > +test_unconfig () { > + git config --unset-all "$@" > + config_status=$? > + case "$config_status" in > + 5) # ok, nothing to usnet > + config_status=0 > + ;; Will queue with 's/nothing to usnet/nothing to unset/'. -- 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