In _git-r3_update_head(): > + local head_hash=$(git rev-parse --verify ${1} || die)
Maybe it's overkill, but I'd put double quotes around the ${1} here. Ulrich
In _git-r3_update_head(): > + local head_hash=$(git rev-parse --verify ${1} || die)
Maybe it's overkill, but I'd put double quotes around the ${1} here. Ulrich