You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good question! This is because one byte is encoded as two characters in hexadecimal. To support odd lengths one would need to be able to handle prefixes on half-bytes (nibbles).
To avoid the complexity this is not supported for now. Feel free to open a PR though, it would make sense because most git clients show 7 characters (3.5 bytes prefix).
Why the restriction on length ?
The text was updated successfully, but these errors were encountered: