Updating the database fails silently for SHA256 repos #152
Reference in New Issue
Block a user
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?
The current database schema allows for 40 char (SHA1) hashes:
When one tries to add a repository using SHA256, so 64 char hashes, the software appears to be functioning correctly:
while in reality it fails to update the database since the size of the field is too big:
This is a high priority issue as git: