aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/blame/Candidate.java
Commit message (Expand)AuthorAgeFilesLines
* blame: Revert common subtree elimination "optimization"Shawn Pearce2014-05-191-7/+0
* blame: Allow candidate to manage its setup before outputShawn Pearce2014-04-211-0/+11
* blame: Reduce running time ~4.5% by skipping common subtreesShawn Pearce2014-04-171-0/+7
* Blame correctly in the presence of conflicting mergesKonrad Kügler2014-04-171-0/+55
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-2/+3
* [blame] Don't pass null to PersonIdent constructorRobin Stocker2012-10-291-1/+1
* blame: Compute the origin of lines in a result fileShawn O. Pearce2011-05-311-0/+386