]> git.ipfire.org Git - thirdparty/git.git/blob - t/helper/test-sha1.c
Vcproj.pm: urlencode '<' and '>' when generating VC projects
[thirdparty/git.git] / t / helper / test-sha1.c
1 #include "test-tool.h"
2 #include "cache.h"
3
4 int cmd__sha1(int ac, const char **av)
5 {
6 return cmd_hash_impl(ac, av, GIT_HASH_SHA1);
7 }