tvl-depot/third_party/git/t/helper/test-sha1.c

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
132 B
C
Raw Normal View History

#include "test-tool.h"
#include "cache.h"
int cmd__sha1(int ac, const char **av)
{
return cmd_hash_impl(ac, av, GIT_HASH_SHA1);
}