Skip to content
Commit d0a37453 authored by Igor Kushnir's avatar Igor Kushnir 💬
Browse files

GitPlugin: ignore the "boundary" revision marker

From git-blame documentation:
When revision range specifiers are used to limit the annotation, lines
that have not changed since the range boundary are blamed for that range
boundary commit.

KDevelop never limits annotation to a revision range, so the "boundary"
designation of a commit is uninteresting. Inserting {"boundary", {}}
into definedRevisions does not affect behavior, because this inserted
element is not referenced anywhere else. The commit that reimplemented
GitPlugin::parseGitBlameOutput() -
98d2b3d0 - introduced this insertion
without explanation.
parent 2651ce8a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment