git/builtin/for-each-repo.c

#define USE_THE_REPOSITORY_VARIABLE
#include "builtin.h"
#include "config.h"
#include "gettext.h"
#include "parse-options.h"
#include "path.h"
#include "run-command.h"
#include "string-list.h"

static const char * const for_each_repo_usage[] =;

static int run_command_on_repo(const char *path, int argc, const char ** argv)
{}

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