blob: 08cf14900140d37733e5afcad7c9fdc97c3b7eae [file] [log] [blame]
#include "test-tool.h"
#include "hash-ll.h"
int cmd__sha256(int ac, const char **av)
{
return cmd_hash_impl(ac, av, GIT_HASH_SHA256);
}