summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Merge "[errorprone] Don't throw exception in finally"David Pursehouse2019-10-251-1/+1
|\
| * [errorprone] Don't throw exception in finallyMatthias Sohn2019-10-251-1/+1
* | Merge "[errorprone] Add parenthesis to clarify operator precedence"David Pursehouse2019-10-251-4/+4
|\|
| * [errorprone] Add parenthesis to clarify operator precedenceMatthias Sohn2019-10-251-4/+4
* | Replace "Rebase interactive" with "Interactive rebase"Matthias Sohn2019-10-251-1/+1
|/
* GPG: implement more OpenPGP UserId matching formatsThomas Wolf2019-10-233-11/+85
* Merge "reftable: remove assert calls"Jonathan Tan2019-10-222-2/+7
|\
| * reftable: remove assert callsHan-Wen Nienhuys2019-10-222-2/+7
* | Merge "GpgKeyLocator: Return a signing key for a user instead of the master key"Gunnar Wagenknecht2019-10-221-6/+35
|\ \
| * | GpgKeyLocator: Return a signing key for a user instead of the master keyRoan Hofland2019-10-221-6/+35
* | | Merge "GpgKeyLocator: Return subkeys instead of the first key for subkeys"Gunnar Wagenknecht2019-10-221-1/+7
|\| |
| * | GpgKeyLocator: Return subkeys instead of the first key for subkeysRoan Hofland2019-10-221-1/+7
* | | Support for core.hooksPathThomas Wolf2019-10-217-52/+96
| |/ |/|
* | Implement mirror option in CloneCommandMatthias Sohn2019-10-211-26/+66
|/
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-1777-593/+553
* Merge "reftable: split off generic code from DFS code"Jonathan Tan2019-10-164-369/+683
|\
| * reftable: split off generic code from DFS codeHan-Wen Nienhuys2019-10-164-369/+683
* | Merge "reftable: fix lookup by ID in merged reftables"Jonathan Tan2019-10-161-1/+37
|\ \
| * | reftable: fix lookup by ID in merged reftablesHan-Wen Nienhuys2019-10-161-1/+37
* | | Merge "IndexDiff: close SubmoduleWalk and use already loaded DirCache"Christian Halstrick2019-10-151-54/+58
|\ \ \
| * | | IndexDiff: close SubmoduleWalk and use already loaded DirCacheThomas Wolf2019-10-151-54/+58
| | |/ | |/|
* | | ProtocolV2Parser: Introduce advertise sideband-all optionIvan Frade2019-10-152-2/+14
| |/ |/|
* | DfsPackFile: Remove unused parameter from loadReverseIdx methodDavid Pursehouse2019-10-141-2/+2
|/
* Silence API errors for new fields added to PackStatistics.AccumulatorMatthias Sohn2019-10-121-0/+17
* Remove unused API warning filtersMatthias Sohn2019-10-121-12/+0
* Add missing @since tag to UploadPack#uploadWithExceptionPropagationMatthias Sohn2019-10-121-0/+1
* CachedPackUriProvider: size should be a long (not an int)Ivan Frade2019-10-111-2/+2
* PackWriter/Statistics: Report offloaded sizeIvan Frade2019-10-112-0/+32
* CachedPackUriProvider: Add size to the pack informationIvan Frade2019-10-111-3/+18
* Merge changes Ieebbd671,I0e3e9456,Ia8d72e31Terry Parker2019-10-091-106/+122
|\
| * UploadPack: Create a method that propagates an exception as-isMasaya Suzuki2019-10-091-34/+64
| * UploadPack: Consolidate the sideband handling code to one placeMasaya Suzuki2019-10-091-61/+29
| * UploadPack: Introduce ErrorWriterMasaya Suzuki2019-10-091-17/+35
* | ProtocolV2Parser: Add missing $NON-NLS suppressionDavid Pursehouse2019-10-071-1/+1
* | Fix parsing of core.logAllRefUpdatesThomas Wolf2019-10-072-30/+72
|/
* Merge "Merge branch 'stable-5.5'"Matthias Sohn2019-10-041-4/+2
|\
| * Merge branch 'stable-5.5'Matthias Sohn2019-10-031-4/+2
| |\
| | * Prepare 5.5.2-SNAPSHOT buildsMatthias Sohn2019-10-033-54/+54
| | * JGit v5.5.1.201910021850-rv5.5.1.201910021850-rMatthias Sohn2019-10-033-4/+4
| | * Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2019-10-031-4/+2
| | |\
| | | * Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-10-021-4/+2
| | | |\
| | | | * Prepare 5.3.7-SNAPSHOT buildsMatthias Sohn2019-10-023-53/+53
| | | | * JGit v5.3.6.201910020505-rv5.3.6.201910020505-rMatthias Sohn2019-10-023-4/+4
| | | | * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-10-021-4/+2
| | | | |\
| | | | | * Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-10-021-4/+2
| | | | | |\
| | | | | | * Prepare 5.1.13-SNAPSHOT buildsMatthias Sohn2019-10-023-49/+49
| | | | | | * JGit v5.1.12.201910011832-rv5.1.12.201910011832-rMatthias Sohn2019-10-023-4/+4
| | | | | | * Do not rely on ArrayIndexOutOfBoundsException to detect end of inputSaša Živkov2019-09-271-4/+2
* | | | | | | Fix NPE in DfsPackCompactor.compactReftablesMinh Thai2019-10-041-1/+1
|/ / / / / /
* | | | | | reftable: move AutoCloseable to ReftableReaderHan-Wen Nienhuys2019-09-276-36/+20