vendor/libgit2/src/blame.h in rugged-0.27.5 vs vendor/libgit2/src/blame.h in rugged-0.27.7

- old
+ new

@@ -65,9 +65,10 @@ } git_blame__entry; struct git_blame { char *path; git_repository *repository; + git_mailmap *mailmap; git_blame_options options; git_vector hunks; git_vector paths;