diff options
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -16,7 +16,9 @@ Furgit is a fast Git library in pure Go ## Current features -* SHA-256 and SHA-1 +* SHA-256 and SHA-1\ + (runtime supports both; tests are SHA-256 by default, + but `sha1` build tag makes it test SHA-1) * Reading loose objects * Writing loose objects * Reading packfiles |
