]> source.dussan.org Git - jgit.git/commit
blame: Reuse existing blameEntireRegionOnParent method 14/25314/2
authorShawn Pearce <spearce@spearce.org>
Sun, 20 Apr 2014 22:55:32 +0000 (15:55 -0700)
committerShawn Pearce <spearce@spearce.org>
Mon, 21 Apr 2014 18:43:03 +0000 (11:43 -0700)
commit2d76133ba229135fcc8a9631fe0619456290f34d
tree9bb8f405de3b16daee333e292c47e24a8aab616a
parent4d840fc6db6edf8fc924bdf8191d3c611029e63a
blame: Reuse existing blameEntireRegionOnParent method

Skipping directly to the parent is already possible with an existing
helper method. Update the source path (to follow the rename) and then
use the existing code path to push the parent inside the current entry.

Change-Id: Icb1d49e53d14b599efc478990613625a9e058e09
org.eclipse.jgit/src/org/eclipse/jgit/blame/BlameGenerator.java