vendor/libgit2/src/blame.c in rugged-0.21.1b2 vs vendor/libgit2/src/blame.c in rugged-0.21.2

- old
+ new

@@ -314,9 +314,10 @@ ent->num_lines = blame->options.max_line - blame->options.min_line + 1; ent->s_lno = ent->lno; ent->suspect = o; blame->ent = ent; + blame->path = blame->path; git_blame__like_git(blame, blame->options.flags); cleanup: for (ent = blame->ent; ent; ) {