Welcome to mirror list, hosted at ThFree Co, Russian Federation.

describe_helpers.h « describe « tests - github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 16a0638e39214bea0e5c0f8eb539212fa8235d83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "clar_libgit2.h"
#include "buffer.h"

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

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