]> git.ipfire.org Git - thirdparty/git.git/blobdiff - blame.c
git-rev-list: add --exclude-first-parent-only flag
[thirdparty/git.git] / blame.c
diff --git a/blame.c b/blame.c
index 206c295660f29b1fd44842ef0f28caf4d2e04788..083d99fdbc831637474ea63d0d109108f73675c1 100644 (file)
--- a/blame.c
+++ b/blame.c
@@ -2615,7 +2615,7 @@ void assign_blame(struct blame_scoreboard *sb, int opt)
                else {
                        commit->object.flags |= UNINTERESTING;
                        if (commit->object.parsed)
-                               mark_parents_uninteresting(commit);
+                               mark_parents_uninteresting(sb->revs, commit);
                }
                /* treat root commit as boundary */
                if (!commit->parents && !sb->show_root)