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

blame_helpers.h « blame « tests - github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fd5a35d2c8dadd1ea66cb100a07d0b71a395eaff (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, ...);

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);