git/builtin/pack-refs.c

#define USE_THE_REPOSITORY_VARIABLE
#include "builtin.h"
#include "config.h"
#include "gettext.h"
#include "parse-options.h"
#include "refs.h"
#include "revision.h"

static char const * const pack_refs_usage[] =;

int cmd_pack_refs(int argc,
		  const char **argv,
		  const char *prefix,
		  struct repository *repo UNUSED)
{}