#define USE_THE_REPOSITORY_VARIABLE
#include "builtin.h"
#include "abspath.h"
#include "environment.h"
#include "gettext.h"
#include "object-file.h"
#include "parse-options.h"
#include "path.h"
#include "refs.h"
#include "setup.h"
#include "strbuf.h"
static int guess_repository_type(const char *git_dir)
{ … }
static int shared_callback(const struct option *opt, const char *arg, int unset)
{ … }
static const char *const init_db_usage[] = …;
int cmd_init_db(int argc,
const char **argv,
const char *prefix,
struct repository *repo UNUSED)
{ … }