]> git.ipfire.org Git - thirdparty/git.git/blame - t/helper/test-sha256.c
Merge branch 'jk/test-lsan-denoise-output' into maint-2.42
[thirdparty/git.git] / t / helper / test-sha256.c
CommitLineData
13eeedb5 1#include "test-tool.h"
08c46a49 2#include "hash-ll.h"
13eeedb5 3
4int cmd__sha256(int ac, const char **av)
5{
6 return cmd_hash_impl(ac, av, GIT_HASH_SHA256);
7}