|
|
|
|
|
by Greek0
1705 days ago
|
|
As of January 2021, SHA256 repositories are supported, but experimental. They can be created with `git init --object-format sha256`. If I understand correctly, they don't mix at all with SHA1 repositories (i.e. you can't pull/push from/to between SHA1 and SHA256 repos). See https://stackoverflow.com/questions/65870508/git-and-sha-256 |
|