| Commit message (Expand) | Author | Age | Files | Lines |
* | PatchApplier: wrap output's TemporaryBuffer with a CountingOutputStream | Nitzan Gur-Furman | 2023-11-16 | 1 | -2/+6 |
* | [errorprone] Add missing javadoc summary | Matthias Sohn | 2023-09-25 | 2 | -5/+31 |
* | [errorprone] Suppress ByteBufferBackingArray | Matthias Sohn | 2023-09-25 | 1 | -0/+4 |
* | [errorprone] Suppress JavaLangClash to avoid breaking change | Matthias Sohn | 2023-09-25 | 1 | -0/+2 |
* | [errorprone] Remove unnecessary parentheses | Matthias Sohn | 2023-09-22 | 1 | -1/+1 |
* | Merge branch 'stable-6.6' into stable-6.7 | Matthias Sohn | 2023-09-03 | 1 | -4/+29 |
|\ |
|
| * | Checkout: better directory handling | Thomas Wolf | 2023-09-03 | 1 | -4/+29 |
* | | Fix all Javadoc warnings and fail on them | Antoine Musso | 2023-06-16 | 6 | -18/+12 |
|/ |
|
* | PatchApplier: Check for existence of src/dest files before any operation | Nitzan Gur-Furman | 2023-03-31 | 1 | -21/+57 |
* | PatchApplier: missing @since, and minor formatting | Thomas Wolf | 2023-03-29 | 1 | -2/+8 |
* | Fix PatchApplier error handling. | Nitzan Gur-Furman | 2023-03-28 | 1 | -264/+301 |
* | PatchApplier fix - init cache with provided tree | Nitzan Gur-Furman | 2023-02-02 | 1 | -1/+1 |
* | PatchApplier: fix handling of last newline in text patch | Thomas Wolf | 2022-12-26 | 1 | -17/+25 |
* | Reformat PatchApplier and PatchApplierTest | Thomas Wolf | 2022-12-22 | 1 | -31/+27 |
* | Fix warning about non-externalized String | Matthias Sohn | 2022-11-20 | 1 | -2/+1 |
* | Fix wrong @since tag | Thomas Wolf | 2022-09-18 | 1 | -1/+1 |
* | Split out ApplyCommand logic to PatchApplier class | Nitzan Gur-Furman | 2022-09-15 | 1 | -0/+999 |
* | Merge branch 'stable-5.6' | Matthias Sohn | 2020-02-22 | 4 | -4/+4 |
|\ |
|
| * | Reorder modifiers to follow Java Language Specification | David Pursehouse | 2020-02-19 | 1 | -1/+1 |
| * | Remove redundant "static" qualifier from enum declarations | David Pursehouse | 2020-02-19 | 3 | -3/+3 |
* | | Update EDL 1.0 license headers to new short SPDX compliant format | Matthias Sohn | 2020-01-04 | 7 | -266/+35 |
|/ |
|
* | Use jdk 5 for loop | Carsten Hammer | 2019-04-13 | 1 | -6/+7 |
* | Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 | David Pursehouse | 2018-09-04 | 2 | -10/+13 |
* | Remove further unnecessary 'final' keywords | Han-Wen Nienhuys | 2018-05-18 | 6 | -32/+32 |
* | Remove 'final' in parameter lists | Han-Wen Nienhuys | 2018-05-15 | 4 | -23/+23 |
* | Patch: Open TemporaryBuffer in try-with-resource | David Pursehouse | 2018-03-03 | 1 | -4/+4 |
* | Fix javadoc in org.eclipse.jgit patch and revplot package | Matthias Sohn | 2017-12-19 | 7 | -52/+213 |
* | Enable and fix warnings about redundant specification of type arguments | David Pursehouse | 2017-02-20 | 3 | -4/+4 |
* | Enable and fix 'Should be tagged with @Override' warning | David Pursehouse | 2017-02-19 | 1 | -0/+1 |
* | Don't rely on default locale when using toUpperCase() and toLowerCase() | Matthias Sohn | 2017-01-28 | 1 | -1/+3 |
* | Organize imports | David Pursehouse | 2016-11-14 | 1 | -1/+1 |
* | Switch FileHeader.extractFileLines to TemporaryBuffer.Heap | Shawn Pearce | 2014-11-25 | 2 | -14/+5 |
* | Mark non-externalizable strings as such | Robin Rosenberg | 2012-12-27 | 6 | -31/+32 |
* | Add Javadoc description for packages | Robin Stocker | 2012-10-31 | 1 | -0/+4 |
* | Remove 86 boxing warnings | Kevin Sawicki | 2012-05-08 | 3 | -5/+13 |
* | Move JGitText to an internal package | Robin Rosenberg | 2012-03-12 | 4 | -4/+4 |
* | Add toString() to HunkHeader | Tomasz Zarna | 2011-12-08 | 1 | -0/+13 |
* | Remove two "Dead store to local variable" warnings | Robin Stocker | 2010-10-29 | 1 | -1/+1 |
* | Rename getOldName,getNewName to getOldPath,getNewPath | Shawn O. Pearce | 2010-08-04 | 1 | -14/+14 |
* | Create FileHeader from DiffEntry | Jeff Schumacher | 2010-07-08 | 3 | -40/+78 |
* | Implement similarity based rename detection | Shawn O. Pearce | 2010-07-03 | 1 | -3/+0 |
* | Refactored code out of FileHeader to facilitate rename detection | Jeff Schumacher | 2010-06-30 | 1 | -123/+2 |
* | Externalize strings from JGit | Sasa Zivkov | 2010-05-19 | 4 | -18/+22 |
* | Refactor TemporaryBuffer to support reuse in other contexts | Shawn O. Pearce | 2010-01-12 | 2 | -3/+3 |
* | Initial JGit contribution to eclipse.org | Git Development Community | 2009-09-29 | 7 | -0/+2313 |