]> git.ipfire.org Git - thirdparty/git.git/blame - t/helper/test-sha1.c
Merge branch 'fc/bash-completion-alias-of-alias'
[thirdparty/git.git] / t / helper / test-sha1.c
CommitLineData
dae2ff9b 1#include "test-tool.h"
b65bc21e
JH
2#include "cache.h"
3
dae2ff9b 4int cmd__sha1(int ac, const char **av)
b65bc21e 5{
50c817e0 6 return cmd_hash_impl(ac, av, GIT_HASH_SHA1);
b65bc21e 7}