| Commit message (Expand) | Author | Age | Files | Lines |
* | Javadoc fixes | Thomas Wolf | 2021-11-22 | 2 | -7/+7 |
* | Update EDL 1.0 license headers to new short SPDX compliant format | Matthias Sohn | 2020-01-04 | 5 | -190/+25 |
* | Replace chain of if statements with switch | Carsten Hammer | 2019-12-14 | 1 | -3/+7 |
* | Make blame work correctly on merge conflicts | Thomas Wolf | 2019-11-27 | 2 | -2/+179 |
* | Enable and fix "Statement unnecessarily nested within else clause" warnings | David Pursehouse | 2019-10-17 | 1 | -5/+5 |
* | Fix API breakage introduced by da254106 | Matthias Sohn | 2018-08-08 | 1 | -20/+6 |
* | Abort rename detection in a timely manner if cancelled | Matthias Sohn | 2018-08-07 | 1 | -6/+20 |
* | Fix NPE in BlameGenerator.getSourceStart() | Matthias Sohn | 2018-07-24 | 1 | -1/+1 |
* | Remove further unnecessary 'final' keywords | Han-Wen Nienhuys | 2018-05-18 | 1 | -1/+1 |
* | LFS: support merge/rebase/cherry-pick/diff/compare with LFS files | Markus Duft | 2018-03-03 | 2 | -19/+34 |
* | Fix javadoc in org.eclipse.jgit blame package | Matthias Sohn | 2017-12-17 | 5 | -31/+100 |
* | BlameGenerator: Annotate #getRenameDetector as Nullable | David Pursehouse | 2017-02-09 | 1 | -3/+6 |
* | Replace deprecated release() methods by close() | Matthias Sohn | 2015-05-21 | 1 | -8/+0 |
* | Use AutoClosable to close resources in bundle org.eclipse.jgit | Matthias Sohn | 2015-05-21 | 1 | -3/+3 |
* | ObjectWalk: make setRetainBody(false) the default | Shawn Pearce | 2015-05-10 | 1 | -1/+0 |
* | Replace use of deprecated release() method in BlameResult | Matthias Sohn | 2015-04-02 | 1 | -4/+4 |
* | Implement AutoClosable interface on classes that used release() | Matthias Sohn | 2015-02-09 | 1 | -3/+16 |
* | blame: Un-break isFile check in tree walk | Jonathan Nieder | 2014-06-04 | 1 | -1/+2 |
* | blame: Revert common subtree elimination "optimization" | Shawn Pearce | 2014-05-19 | 2 | -42/+3 |
* | blame: Fix merges, where merge result differs only by whitespace | Konrad Kügler | 2014-05-03 | 1 | -2/+3 |
* | Fix BlameResult.computeRange JavaDoc to exclude end index | Konrad Kügler | 2014-04-26 | 1 | -2/+2 |
* | blame: Reuse existing blameEntireRegionOnParent method | Shawn Pearce | 2014-04-21 | 1 | -3/+1 |
* | blame: Remove unnecessary curly braces around single statement if | Shawn Pearce | 2014-04-21 | 1 | -2/+1 |
* | blame: Allow candidate to manage its setup before output | Shawn Pearce | 2014-04-21 | 2 | -2/+12 |
* | blame: Do not update candidate regionList during output | Shawn Pearce | 2014-04-21 | 1 | -21/+24 |
* | blame: Only use computeRange if -L was requested | Shawn Pearce | 2014-04-21 | 1 | -0/+4 |
* | blame: Reduce running time ~4.5% by skipping common subtrees | Shawn Pearce | 2014-04-17 | 2 | -17/+60 |
* | blame: Micro optimize blob lookup in tree | Shawn Pearce | 2014-04-17 | 1 | -10/+8 |
* | blame: Automatically increase commit abbreviation length | Shawn Pearce | 2014-04-17 | 1 | -0/+12 |
* | Blame correctly in the presence of conflicting merges | Konrad Kügler | 2014-04-17 | 2 | -19/+77 |
* | Mark non-externalizable strings as such | Robin Rosenberg | 2012-12-27 | 3 | -4/+5 |
* | Merge "[blame] Don't pass null to PersonIdent constructor" | Shawn Pearce | 2012-11-01 | 1 | -1/+1 |
|\ |
|
| * | [blame] Don't pass null to PersonIdent constructor | Robin Stocker | 2012-10-29 | 1 | -1/+1 |
* | | Add Javadoc description for packages | Robin Stocker | 2012-10-31 | 1 | -0/+4 |
|/ |
|
* | Make BlameGenerator comments more clear | Patrick Carlson | 2012-08-17 | 1 | -4/+6 |
* | Move JGitText to an internal package | Robin Rosenberg | 2012-03-12 | 1 | -1/+1 |
* | [blame] Fix blame following renames in non-toplevel directories | Carsten Pfeiffer | 2011-11-10 | 1 | -0/+1 |
* | [blame] Reset rename detector before computing renames. | Kevin Sawicki | 2011-09-01 | 1 | -0/+1 |
* | blame: Compute the origin of lines in a result file | Shawn O. Pearce | 2011-05-31 | 5 | -0/+1948 |