aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/blame/BlameGenerator.java
Commit message (Expand)AuthorAgeFilesLines
* Revert "Option to pass start RevCommit to be blamed on to theMatthias Sohn2022-09-061-34/+13
* Option to pass start RevCommit to be blamed on to the BlameGenerator.Ronald Bhuleskar2022-08-171-13/+34
* Revert "Option to pass start RevCommit to be blamed on to the BlameGenerator."Ronald Bhuleskar2022-08-031-34/+13
* Option to pass start RevCommit to be blamed on to the BlameGenerator.Ronald Bhuleskar2022-08-021-13/+34
* JGit blame very slow for large merge commits that rename filesSimeon Andreev2022-07-011-3/+5
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Make blame work correctly on merge conflictsThomas Wolf2019-11-271-1/+116
* Fix API breakage introduced by da254106Matthias Sohn2018-08-081-20/+6
* Abort rename detection in a timely manner if cancelledMatthias Sohn2018-08-071-6/+20
* Fix NPE in BlameGenerator.getSourceStart()Matthias Sohn2018-07-241-1/+1
* LFS: support merge/rebase/cherry-pick/diff/compare with LFS filesMarkus Duft2018-03-031-8/+12
* Fix javadoc in org.eclipse.jgit blame packageMatthias Sohn2017-12-171-23/+73
* 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
* 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-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