Closed branches can cause synchronization issues after gc
felipec opened this issue · 0 comments
felipec commented
A specific sequence of events might trigger the synchronization issue:
- The branch must be open when importing
- The branch gets closed
- Git's gc is run
- A new branch merges commits from the closed branch