blob: 2fb20438f3c382d56f16299afece2787d59c9d01 [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);
}