XSF Editor Team - 2020-04-28


  1. jonas’

    pep., the tagging for xep-0389-v0.3.0 and xep-0333-v0.4.0 is wrong

  2. jonas’

    the tags should point at the commit which writes the revision block

  3. pep.

    ah

  4. pep.

    Won't do this now but I can change it later

  5. jonas’

    no

  6. jonas’

    tags can’t be changed

  7. flow

    jonas’, because we have a policy that we do not change them, or?

  8. jonas’

    flow, no, because changing tags with git isn’t really a thing you can do

  9. flow

    that is news to me

  10. jonas’

    there’s a whole section "On Re-tagging" in the git-tag manpage

  11. jonas’

    If you never pushed anything out, just re-tag it. Use "-f" to replace the old one. And you’re done.

  12. jonas’

    but then it goes on to list all the things which go wrong when you do it after pushing

  13. jonas’

    it’s like force push, but wrose

  14. flow

    well the list boils down to "git does not automatically update tag refs the same way it does update branch refs"

  15. jonas’

    it’s like force push, but worse

  16. jonas’

    yeah