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);
}