aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/blame
Commit message (Expand)AuthorAgeFilesLines
* BlameGenerator: Annotate #getRenameDetector as NullableDavid Pursehouse2017-02-091-3/+6
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-8/+0
* Use AutoClosable to close resources in bundle org.eclipse.jgitMatthias Sohn2015-05-211-3/+3
* ObjectWalk: make setRetainBody(false) the defaultShawn Pearce2015-05-101-1/+0
* Replace use of deprecated release() method in BlameResultMatthias Sohn2015-04-021-4/+4
* Implement AutoClosable interface on classes that used release()Matthias Sohn2015-02-091-3/+16
* blame: Un-break isFile check in tree walkJonathan Nieder2014-06-041-1/+2
* blame: Revert common subtree elimination "optimization"Shawn Pearce2014-05-192-42/+3
* blame: Fix merges, where merge result differs only by whitespaceKonrad Kügler2014-05-031-2/+3
* Fix BlameResult.computeRange JavaDoc to exclude end indexKonrad Kügler2014-04-261-2/+2
* 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-212-2/+12
* blame: Do not update candidate regionList during outputShawn Pearce2014-04-211-21/+24
* blame: Only use computeRange if -L was requestedShawn Pearce2014-04-211-0/+4
* blame: Reduce running time ~4.5% by skipping common subtreesShawn Pearce2014-04-172-17/+60
* 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-172-19/+77
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-273-4/+5
* Merge "[blame] Don't pass null to PersonIdent constructor"Shawn Pearce2012-11-011-1/+1
|\
| * [blame] Don't pass null to PersonIdent constructorRobin Stocker2012-10-291-1/+1
* | Add Javadoc description for packagesRobin Stocker2012-10-311-0/+4
|/
* 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-315-0/+1948