fetch can create name collision #3
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adding a user with the same name but a different capitalization makes a different entity that is impossible to search
Oooh that's a fun edge case. Issue arises because I don't use a case-insensitive compare when merging new and old records. Patched in v0.1.1