git/t/helper/test-dump-cache-tree.c

#define USE_THE_REPOSITORY_VARIABLE

#include "test-tool.h"
#include "hash.h"
#include "hex.h"
#include "tree.h"
#include "cache-tree.h"
#include "read-cache-ll.h"
#include "repository.h"
#include "setup.h"

static void dump_one(struct cache_tree *it, const char *pfx, const char *x)
{}

static int dump_cache_tree(struct cache_tree *it,
			   struct cache_tree *ref,
			   const char *pfx)
{}

int cmd__dump_cache_tree(int ac UNUSED, const char **av UNUSED)
{}