]> git.proxmox.com Git - libgit2.git/blob - tests/blame/blame_helpers.h
fd5a35d2c8dadd1ea66cb100a07d0b71a395eaff
[libgit2.git] / tests / blame / blame_helpers.h
1 #include "clar_libgit2.h"
2 #include "blame.h"
3
4 void hunk_message(size_t idx, const git_blame_hunk *hunk, const char *fmt, ...);
5
6 void check_blame_hunk_index(
7 git_repository *repo,
8 git_blame *blame,
9 int idx,
10 size_t start_line,
11 size_t len,
12 char boundary,
13 const char *commit_id,
14 const char *orig_path);