aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/blame
Commit message (Expand)AuthorAgeFilesLines
* Javadoc fixesThomas Wolf2021-11-222-7/+7
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-045-190/+25
* Replace chain of if statements with switchCarsten Hammer2019-12-141-3/+7
* Make blame work correctly on merge conflictsThomas Wolf2019-11-272-2/+179
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-5/+5
* 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
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-1/+1
* LFS: support merge/rebase/cherry-pick/diff/compare with LFS filesMarkus Duft2018-03-032-19/+34
* Fix javadoc in org.eclipse.jgit blame packageMatthias Sohn2017-12-175-31/+100
* 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