You can use "git update-ref" for that. Maybe something like that:
$ git update-ref <newref> <oldref>
$ git update-ref -d <oldref> <newref>
Olivier.
--
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