kmx git
login
register
thodg
/
libgit2
/
src/cli/cmd_hash_object.c
src/cli/cmd_hash_object.c
Log
Author
Commit
Date
CI
Message
8444b6dc
2022-01-26T13:07:28
odb_hash*: accept the oid type to hash into The git_odb_hash helper functions should not assume SHA1, and instead should be given the oid type that they're producing.
e427d0a1
2021-11-30T10:33:24
cli: add `hash-object` command Introduce a simple command that emulates `git hash-object`.