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

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

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