describe_helpers.h 368 Bytes
Newer Older
1 2 3 4 5 6
#include "clar_libgit2.h"

extern void assert_describe(
	const char *expected_output,
	const char *revparse_spec,
	git_repository *repo,
7
	git_describe_options *opts,
8
	git_describe_format_options *fmt_opts);
9 10 11 12

extern void assert_describe_workdir(
	const char *expected_output,
	git_repository *repo,
13
	git_describe_options *opts,
14
	git_describe_format_options *fmt_opts);