]> source.dussan.org Git - jgit.git/commit
Option to pass start RevCommit to be blamed on to the BlameGenerator. 82/195082/17
authorRonald Bhuleskar <funronald@google.com>
Fri, 5 Aug 2022 20:00:10 +0000 (13:00 -0700)
committerRonald Bhuleskar <funronald@google.com>
Wed, 17 Aug 2022 17:50:34 +0000 (13:50 -0400)
commit5747bba48b22a11beba8ebe0caf13a53d4ca96f2
tree4cc49ed7ce00c782da4c65ef1fb599dc1f0b84e3
parent6297491e8adb85e43d60ffe75fb71f335e733449
Option to pass start RevCommit to be blamed on to the BlameGenerator.

This can allow passing a FilteredRevCommit which is the filtered list of
commit graph making it easier for Blame to work on. This can
significantly improve blame performance since blame can skip expensive
RevWalk.

Change-Id: Ie127cb710d004079e9f53a5802130afdb49a7de1
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/blame/BlameGeneratorTest.java
org.eclipse.jgit/src/org/eclipse/jgit/blame/BlameGenerator.java