summaryrefslogtreecommitdiff
path: root/tests/describe/describe_helpers.h
blob: 6f793582c2e72f57d987f5e2a407d69725da4278 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include "clar_libgit2.h"
#include "buffer.h"

extern void assert_describe(
	const char *expected_output,
	const char *revparse_spec,
	git_repository *repo,
	git_describe_opts *opts,
	git_describe_format_options *fmt_opts,
	bool is_prefix_match);

extern void assert_describe_workdir(
	const char *expected_output,
	const char *expected_suffix,
	git_repository *repo,
	git_describe_opts *opts,
	git_describe_format_options *fmt_opts,
	bool is_prefix_match);