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:

  1. no more pushes refs/for/deletedbranch allowed (certainly)
  2. branch removed underlying git repo (i guess not)
  3. not yet merged changes posted refs/for/deletedbranch disappear (hopefully not, there should guard against case)
  4. already submitted/merged changes , patchsets disappear listing of merged changes (hopefully not)

what happen?


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -