]> git.proxmox.com Git - libgit2.git/blame - tests/blame/blame_helpers.h
Update upstream source from tag 'upstream/1.0.0+dfsg.1'
[libgit2.git] / tests / blame / blame_helpers.h
CommitLineData
ceab4e26
BS
1#include "clar_libgit2.h"
2#include "blame.h"
3
66a70851 4void hunk_message(size_t idx, const git_blame_hunk *hunk, const char *fmt, ...) GIT_FORMAT_PRINTF(3, 4);
ceab4e26
BS
5
6void check_blame_hunk_index(
7 git_repository *repo,
8 git_blame *blame,
9 int idx,
cb1cb24c
PS
10 size_t start_line,
11 size_t len,
25c47aae 12 char boundary,
ceab4e26
BS
13 const char *commit_id,
14 const char *orig_path);