aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/blame/BlameGenerator.java
Commit message (Expand)AuthorAgeFilesLines
* blame: Un-break isFile check in tree walkJonathan Nieder2014-06-041-1/+2
* blame: Revert common subtree elimination "optimization"Shawn Pearce2014-05-191-35/+3
* blame: Fix merges, where merge result differs only by whitespaceKonrad Kügler2014-05-031-2/+3
* blame: Reuse existing blameEntireRegionOnParent methodShawn Pearce2014-04-211-3/+1
* blame: Remove unnecessary curly braces around single statement ifShawn Pearce2014-04-211-2/+1
* blame: Allow candidate to manage its setup before outputShawn Pearce2014-04-211-2/+1
* blame: Do not update candidate regionList during outputShawn Pearce2014-04-211-21/+24
* blame: Reduce running time ~4.5% by skipping common subtreesShawn Pearce2014-04-171-17/+53
* blame: Micro optimize blob lookup in treeShawn Pearce2014-04-171-10/+8
* blame: Automatically increase commit abbreviation lengthShawn Pearce2014-04-171-0/+12
* Blame correctly in the presence of conflicting mergesKonrad Kügler2014-04-171-19/+22
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-1/+1
* Make BlameGenerator comments more clearPatrick Carlson2012-08-171-4/+6
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* [blame] Fix blame following renames in non-toplevel directoriesCarsten Pfeiffer2011-11-101-0/+1
* [blame] Reset rename detector before computing renames.Kevin Sawicki2011-09-011-0/+1
* blame: Compute the origin of lines in a result fileShawn O. Pearce2011-05-311-0/+960