Sha256 would be nice, but this is just a git remote helper. Choice of hash algorithm depends on how you init your git repo: git init --object-format=sha256. It stores the .git dir structure (with sha1 blob filenames by default) on blossom.
Login to reply
Replies (1)
Got it. I thought sha1 and blossom would be a problematic fit, apparently not.