git
git copied to clipboard
Closed branches can cause synchronization issues after gc
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