Sign in
googlers
/
jrn
/
git
/
HEAD
/
.
/
t
/
helper
/
test-sha256.c
blob: 7fd0aa1fcd36135760667233b3f3cac1aca33771 [
file
] [
log
] [
blame
]
#include
"test-tool.h"
#include
"hash.h"
int
cmd__sha256
(
int
ac
,
const
char
**
av
)
{
return
cmd_hash_impl
(
ac
,
av
,
GIT_HASH_SHA256
,
0
);
}