What is the effect of deleting a branch in gerrit -
what achieve no longer used (feature) branches in gerrit blocked submission of new changes , patches.
the gerrit documentation says how it, not effect (or did not see it).
i try find out running few experiments, not give me full picture. can point me more documentation or tell me experience and/or insight codebase?
possible effects be:
- no more pushes refs/for/deletedbranch allowed (certainly)
- branch removed underlying git repo (i guess not)
- not yet merged changes posted refs/for/deletedbranch disappear (hopefully not, there should guard against case)
- already submitted/merged changes , patchsets disappear listing of merged changes (hopefully not)
what happen?
Comments
Post a Comment