]> source.dussan.org Git - jgit.git/commit
Option to pass start RevCommit to be blamed on to the BlameGenerator. 98/194998/2
authorRonald Bhuleskar <funronald@google.com>
Wed, 3 Aug 2022 00:17:46 +0000 (17:17 -0700)
committerTerry Parker <tparker@google.com>
Wed, 3 Aug 2022 01:02:33 +0000 (21:02 -0400)
commit59e8bec6e7705a89b5d0b9c6ac004b323ffa16b0
tree58e826198a411c1b2ac37013c9793fd872cefeea
parentceb51a5e0e9db166e572ea7cd362795b4662b0cd
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: I5dab25301d6aef7df6a0bc25a4c553c730199272
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/blame/BlameGeneratorTest.java
org.eclipse.jgit/src/org/eclipse/jgit/blame/BlameGenerator.java