t / helper / test-sha256.con commit git p4 test: disable '-x' tracing in the p4d watchdog loop (3fae7ad)
   1#include "test-tool.h"
   2#include "cache.h"
   3
   4int cmd__sha256(int ac, const char **av)
   5{
   6        return cmd_hash_impl(ac, av, GIT_HASH_SHA256);
   7}