git/t/helper/test-hexdump.c

#include "test-tool.h"
#include "git-compat-util.h"

/*
 * Read stdin and print a hexdump to stdout.
 */
int cmd__hexdump(int argc UNUSED, const char **argv UNUSED)
{}