Sync with 'maint'
[git.git] / t / helper / test-sha256.c
blob2fb20438f3c382d56f16299afece2787d59c9d01
1 #include "test-tool.h"
2 #include "hash.h"
4 int cmd__sha256(int ac, const char **av)
6 return cmd_hash_impl(ac, av, GIT_HASH_SHA256);