git/t/helper/test-find-pack.c

#define USE_THE_REPOSITORY_VARIABLE

#include "test-tool.h"
#include "object-name.h"
#include "object-store.h"
#include "packfile.h"
#include "parse-options.h"
#include "setup.h"

/*
 * Display the path(s), one per line, of the packfile(s) containing
 * the given object.
 *
 * If '--check-count <n>' is passed, then error out if the number of
 * packfiles containing the object is not <n>.
 */

static const char *find_pack_usage[] =;

int cmd__find_pack(int argc, const char **argv)
{}