summaryrefslogtreecommitdiff
path: root/tests/blame/blame_helpers.h
blob: 94321a5b50f208994296ce6a91d5f3f0e9459f4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include "clar_libgit2.h"
#include "blame.h"

void hunk_message(size_t idx, const git_blame_hunk *hunk, const char *fmt, ...);

void check_blame_hunk_index(
		git_repository *repo,
		git_blame *blame,
		int idx,
		int start_line,
		int len,
		char boundary,
		const char *commit_id,
		const char *orig_path);