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

#define USE_THE_REPOSITORY_VARIABLE

#include "test-tool.h"
#include "hex.h"
#include "strbuf.h"
#include "object-store-ll.h"
#include "packfile.h"
#include "pack-mtimes.h"
#include "setup.h"

static void dump_mtimes(struct packed_git *p)
{}

static const char *pack_mtimes_usage =;

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