The easiest way I found here was to do
git-for-each-ref | while read sha1 tag name; do
git update-ref -m "undo pack-ref" $name $sha1
done
Beware: this is tested once, and copied from memory.
Ciao,
Dscho
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html