git/t/helper/test-revision-walking.c

/*
 * test-revision-walking.c: test revision walking API.
 *
 * (C) 2012 Heiko Voigt <[email protected]>
 *
 * This code is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

#define USE_THE_REPOSITORY_VARIABLE

#include "test-tool.h"
#include "commit.h"
#include "diff.h"
#include "repository.h"
#include "revision.h"
#include "setup.h"

static void print_commit(struct commit *commit)
{}

static int run_revision_walk(void)
{}

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