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

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

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