| Commit message (Expand) | Author | Age | Files | Lines |
* | [errorprone] Exceptions should not override #toString | Matthias Sohn | 2023-09-25 | 2 | -8/+8 |
* | Fix all Javadoc warnings and fail on them | Antoine Musso | 2023-06-16 | 2 | -2/+0 |
* | Merge branch 'stable-5.13' into stable-6.0 | Matthias Sohn | 2023-04-21 | 1 | -0/+29 |
|\ |
|
| * | Merge branch 'stable-5.12' into stable-5.13 | Matthias Sohn | 2023-04-20 | 1 | -0/+29 |
| |\ |
|
| | * | Merge branch 'stable-5.10' into stable-5.11 | Matthias Sohn | 2023-04-20 | 1 | -0/+29 |
| | |\ |
|
| | | * | Prevent infinite loop rescanning the pack list on PackMismatchExceptionstable-5.9 | Matthias Sohn | 2023-04-19 | 1 | -0/+29 |
* | | | | Silence API errors | Matthias Sohn | 2022-11-20 | 1 | -1/+1 |
* | | | | Merge branch 'stable-5.13' into stable-6.0 | Matthias Sohn | 2022-02-09 | 1 | -0/+15 |
|\| | | |
|
| * | | | Stop initCause throwing in readAdvertisedRefs | Darius Jokilehto | 2022-02-08 | 1 | -0/+15 |
* | | | | [6.0 API cleanup] StoredObjectRepresentationNotAvailableException | Thomas Wolf | 2021-11-23 | 1 | -13/+7 |
* | | | | Make BinaryBlobException stackless | Matthias Sohn | 2021-11-16 | 1 | -0/+5 |
|/ / / |
|
* / / | searchForReuse might impact performance in large repositories | Fabio Ponciroli | 2021-06-25 | 1 | -0/+42 |
|/ / |
|
* / | Rename PackFile to Pack | Nasser Grainawi | 2021-02-10 | 4 | -5/+4 |
|/ |
|
* | Merge branch 'stable-5.6' | Matthias Sohn | 2020-02-22 | 2 | -3/+3 |
|\ |
|
| * | Reorder modifiers to follow Java Language Specification | David Pursehouse | 2020-02-19 | 1 | -2/+2 |
| * | Remove redundant "static" qualifier from enum declarations | David Pursehouse | 2020-02-19 | 1 | -1/+1 |
* | | Remove duplicate copyright statements | Matthias Sohn | 2020-01-04 | 2 | -2/+0 |
* | | Update EDL 1.0 license headers to new short SPDX compliant format | Matthias Sohn | 2020-01-04 | 48 | -1824/+240 |
|/ |
|
* | IncorrectObjectTypeException: Fix typos in constructors' Javadoc | David Pursehouse | 2019-06-20 | 1 | -2/+2 |
* | Merge branch 'stable-4.11' into stable-5.0 | Matthias Sohn | 2019-04-19 | 1 | -2/+32 |
|\ |
|
| * | Merge branch 'stable-4.9' into stable-4.10 | Matthias Sohn | 2019-04-18 | 1 | -2/+32 |
| |\ |
|
| | * | Merge branch 'stable-4.8' into stable-4.9 | Matthias Sohn | 2019-04-18 | 1 | -2/+32 |
| | |\ |
|
| | | * | Merge branch 'stable-4.6' into stable-4.7 | Matthias Sohn | 2019-04-16 | 1 | -2/+32 |
| | | |\ |
|
| | | | * | Remember the cause for invalidating a packfile | Luca Milanesio | 2019-04-11 | 1 | -2/+32 |
* | | | | | Remove further unnecessary 'final' keywords | Han-Wen Nienhuys | 2018-05-18 | 2 | -2/+2 |
* | | | | | Remove 'final' in parameter lists | Han-Wen Nienhuys | 2018-05-15 | 24 | -41/+41 |
* | | | | | Remove deprecated StoredObjectRepresentationnotAvailableException ctor | Matthias Sohn | 2018-03-09 | 1 | -15/+0 |
* | | | | | Revert usage of TYPE_USE in Nullable and NonNull annotations | David Pursehouse | 2018-01-19 | 1 | -1/+2 |
* | | | | | Nullable: Switch to TYPE_USE | David Pursehouse | 2018-01-18 | 1 | -2/+1 |
|/ / / / |
|
* | | | | LargeObjectException: Add constructor that takes Throwable | David Pursehouse | 2017-12-19 | 1 | -0/+11 |
* | | | | InvalidPatternException: Add constructor that takes Throwable | David Pursehouse | 2017-12-19 | 1 | -0/+17 |
* | | | | Use new StoredObjectRepresentationNotAvailableException constructor | David Pursehouse | 2017-12-19 | 1 | -0/+4 |
* | | | | StoredObjectRepresentationNotAvailableException: Add TODO to fix API in 5.0 | David Pursehouse | 2017-12-19 | 1 | -1/+1 |
* | | | | StoredObjectRepresentationNotAvailableException: Add constructor that takes c... | David Pursehouse | 2017-12-19 | 1 | -0/+15 |
* | | | | Fix javadoc in org.eclipse.jgit errors package | Matthias Sohn | 2017-12-18 | 31 | -47/+156 |
* | | | | Introduce RawText#load. | Han-Wen Nienhuys | 2017-10-24 | 1 | -0/+58 |
|/ / / |
|
* | | | Add dfs fsck implementation | Zhen Chen | 2017-07-26 | 1 | -0/+94 |
* | | | Add missing newlines at ends of Java files | David Pursehouse | 2017-07-25 | 2 | -2/+2 |
|/ / |
|
* | | Merge branch 'stable-4.6' | Matthias Sohn | 2017-03-27 | 3 | -0/+204 |
|\| |
|
| * | Only mark packfile invalid if exception signals permanent problem | Matthias Sohn | 2017-03-26 | 3 | -0/+204 |
* | | Enable and fix warnings about redundant specification of type arguments | David Pursehouse | 2017-02-20 | 1 | -1/+1 |
* | | Make GC cancellable when called programmatically | Hector Caballero | 2017-01-29 | 1 | -0/+62 |
|/ |
|
* | Don't log error if system git config does not exist | Matthias Sohn | 2016-09-05 | 1 | -0/+87 |
* | Better report on client side if push failed due to too large object | Matthias Sohn | 2016-05-30 | 1 | -2/+15 |
* | Expose conflicting files in CheckoutConflictException | Ned Twigg | 2016-04-11 | 1 | -0/+13 |
* | Merge changes Idaed9310,I62bd7c0b | Matthias Sohn | 2016-01-03 | 1 | -4/+37 |
|\ |
|
| * | ObjectChecker: honor some git-core fsck.* options | Shawn Pearce | 2015-12-30 | 1 | -4/+37 |
* | | DirCache: Do not create duplicate tree entries | Shawn Pearce | 2015-12-29 | 1 | -0/+80 |
|/ |
|
* | Throw IndexReadException if existing index can't be read | Christian Halstrick | 2015-11-19 | 1 | -0/+82 |
* | Report PackProtocolExceptions to client during receive-pack | Dave Borowitz | 2015-07-09 | 1 | -4/+4 |