t / helper / test-sha1.con commit Merge tag 'l10n-2.21.0-rnd2.1' of git://github.com/git-l10n/git-po (36eb1cb)
   1#include "test-tool.h"
   2#include "cache.h"
   3
   4int cmd__sha1(int ac, const char **av)
   5{
   6        return cmd_hash_impl(ac, av, GIT_HASH_SHA1);
   7}