diff options
| author | Ben Straub <bs@github.com> | 2013-10-10 14:30:05 -0700 |
|---|---|---|
| committer | Ben Straub <bs@github.com> | 2013-10-10 14:30:05 -0700 |
| commit | c1ca2b67e1747ff4d2ba5a10ee300497d1d28dbe (patch) | |
| tree | 087214293b80bb557b1ed74c69a336791a581a59 /include | |
| parent | ebd67243d5152e2c38811ba42fcdf99eecd8ef60 (diff) | |
| download | libgit2-c1ca2b67e1747ff4d2ba5a10ee300497d1d28dbe.tar.gz | |
Include signatures in blame hunks
Diffstat (limited to 'include')
| -rw-r--r-- | include/git2/blame.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/git2/blame.h b/include/git2/blame.h index ba3580fcf..fe51371ab 100644 --- a/include/git2/blame.h +++ b/include/git2/blame.h @@ -103,10 +103,12 @@ typedef struct git_blame_hunk { git_oid final_commit_id; uint16_t final_start_line_number; + git_signature *final_signature; git_oid orig_commit_id; const char *orig_path; uint16_t orig_start_line_number; + git_signature *orig_signature; char boundary; } git_blame_hunk; |
