| Commit message (Expand) | Author | Age | Files | Lines |
* | [checkout] Use .gitattributes from the commit to be checked out | Thomas Wolf | 2022-03-07 | 1 | -29/+176 |
* | Simplify implementation of WorkingTreeIterator | Thomas Wolf | 2022-02-16 | 1 | -29/+16 |
* | Binary and CR-LF detection: lone CRs -> binary | Thomas Wolf | 2021-10-31 | 1 | -1/+2 |
* | Fix PathSuffixFilter: can decide only on full paths | Thomas Wolf | 2021-06-21 | 1 | -1/+10 |
* | Add TemporaryBuffer.toString(int limit) | Matthias Sohn | 2021-05-09 | 1 | -2/+1 |
* | IgnoreNode: include path to file for invalid .gitignore patterns | Thomas Wolf | 2021-02-23 | 1 | -7/+13 |
* | Wrap the Files.list returned Stream in a try-with-resources block | Terry Parker | 2021-01-26 | 1 | -2/+2 |
* | [spotbugs] Fix potential NPE in WorkingTreeIterator#isModified | Matthias Sohn | 2020-12-17 | 1 | -2/+4 |
* | Add TypedConfigGetter.getPath() | Thomas Wolf | 2020-09-25 | 1 | -9/+6 |
* | IndexDiffFilter: handle path prefixes correctly | Thomas Wolf | 2020-09-21 | 1 | -5/+6 |
* | DiffFormatter: correctly deal with tracked files in ignored folders | Thomas Wolf | 2020-07-17 | 1 | -1/+12 |
* | Merge branch 'stable-5.6' into stable-5.7 | Thomas Wolf | 2020-04-03 | 1 | -2/+5 |
|\ |
|
| * | Handle non-normalized index also for executable files | Thomas Wolf | 2020-03-25 | 1 | -2/+5 |
* | | Merge branch 'stable-5.6' | Matthias Sohn | 2020-02-22 | 3 | -4/+4 |
|\| |
|
| * | Reorder modifiers to follow Java Language Specification | David Pursehouse | 2020-02-19 | 2 | -3/+3 |
| * | Remove redundant "static" qualifier from enum declarations | David Pursehouse | 2020-02-19 | 1 | -1/+1 |
* | | Merge branch 'stable-5.7' | Matthias Sohn | 2020-02-01 | 2 | -9/+6 |
|\ \ |
|
| * | | Merge branch 'stable-5.6' into stable-5.7 | Matthias Sohn | 2020-02-01 | 2 | -9/+6 |
| |\| |
|
| | * | Merge branch 'stable-5.5' into stable-5.6 | Matthias Sohn | 2020-02-01 | 2 | -9/+6 |
| | |\ |
|
| | | * | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2020-02-01 | 2 | -9/+6 |
| | | |\ |
|
| | | | * | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2020-02-01 | 2 | -9/+6 |
| | | | |\ |
|
| | | | | * | Merge branch 'stable-5.1' into stable-5.2 | David Pursehouse | 2020-01-17 | 2 | -9/+6 |
| | | | | |\ |
|
| | | | | | * | Replace usage of ArrayIndexOutOfBoundsException in treewalk | Patrick Hiesel | 2020-01-09 | 2 | -9/+6 |
* | | | | | | | ErrorProne: Enable and fix UnusedException check | David Pursehouse | 2020-01-27 | 1 | -1/+1 |
|/ / / / / / |
|
* / / / / / | Update EDL 1.0 license headers to new short SPDX compliant format | Matthias Sohn | 2020-01-04 | 22 | -836/+110 |
|/ / / / / |
|
* | | | | | Enable and fix "Statement unnecessarily nested within else clause" warnings | David Pursehouse | 2019-10-17 | 4 | -24/+20 |
* | | | | | Merge branch 'stable-5.5' | Matthias Sohn | 2019-09-17 | 2 | -18/+125 |
|\| | | | |
|
| * | | | | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2019-09-17 | 2 | -18/+125 |
| |\| | | |
|
| | * | | | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2019-09-17 | 2 | -18/+125 |
| | |\| | |
|
| | | * | | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2019-09-17 | 2 | -18/+125 |
| | | |\| |
|
| | | | * | WorkingTreeIterator: handle different timestamp resolutions | Thomas Wolf | 2019-09-17 | 2 | -18/+125 |
* | | | | | Remove an old work-around for core.autocrlf = input | Thomas Wolf | 2019-09-12 | 1 | -36/+2 |
|/ / / / |
|
* | | | | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2019-09-10 | 1 | -2/+3 |
|\| | | |
|
| * | | | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2019-09-10 | 1 | -2/+3 |
| |\| | |
|
| | * | | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2019-09-10 | 1 | -2/+3 |
| | |\| |
|
| | | * | Fix WorkingTreeIterator.compareMetadata() for CheckStat.MINIMAL | Matthias Sohn | 2019-09-10 | 1 | -2/+3 |
* | | | | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2019-08-21 | 1 | -0/+3 |
|\| | | |
|
| * | | | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2019-08-21 | 1 | -0/+3 |
| |\| | |
|
| | * | | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2019-08-21 | 1 | -0/+3 |
| | |\| |
|
| | | * | Add missing @since tag on FileTreeIterator#getLastModifiedInstant | Matthias Sohn | 2019-08-21 | 1 | -0/+3 |
* | | | | Fix NarrowingCompoundAssignment warnings from Error Prone | David Pursehouse | 2019-08-08 | 1 | -1/+1 |
* | | | | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2019-08-08 | 2 | -21/+55 |
|\| | | |
|
| * | | | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2019-08-08 | 2 | -21/+55 |
| |\| | |
|
| | * | | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2019-08-08 | 2 | -21/+55 |
| | |\| |
|
| | | * | Use Instant instead of milliseconds for filesystem timestamp handling | Matthias Sohn | 2019-07-18 | 2 | -21/+55 |
| | | * | Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 | David Pursehouse | 2019-06-19 | 1 | -1/+3 |
* | | | | Handle missing "ours" stage in WorkingTreeIterator.hasCrLfInIndex() | Thomas Wolf | 2019-06-11 | 1 | -10/+15 |
* | | | | Convert to lambda or member reference | Carsten Hammer | 2019-05-16 | 1 | -8/+4 |
* | | | | Use jdk 5 for loop | Carsten Hammer | 2019-04-13 | 2 | -12/+6 |
|/ / / |
|
* / / | Fix core.autocrlf for non-normalized index | Thomas Wolf | 2019-02-26 | 1 | -1/+64 |
|/ / |
|