DEBSOURCES
Skip Quicknav
sources / git / 1%3A2.50.1-0.1 / t / helper / test-sha256.c
1234567
#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); }