summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* JGit v6.0.0.202111241155-rc1v6.0.0.202111241155-rc1Matthias Sohn2021-11-243-4/+4
* Merge "RepoCommand: Do not wrap GitApiExceptions in GitApiExceptions"Ivan Frade2021-11-231-4/+3
|\
| * RepoCommand: Do not wrap GitApiExceptions in GitApiExceptionsIvan Frade2021-11-231-4/+3
* | [6.0 API cleanup] Public interface for PackLockThomas Wolf2021-11-2311-19/+40
* | [6.0 API cleanup] StoredObjectRepresentationNotAvailableExceptionThomas Wolf2021-11-233-22/+13
|/
* [6.0 API cleanup] CancelledException vs. CanceledExceptionThomas Wolf2021-11-223-34/+29
* Javadoc fixesThomas Wolf2021-11-226-15/+17
* Better git system config findingThomas Wolf2021-11-221-8/+63
* Fix missing @since 6.0 tagThomas Wolf2021-11-221-0/+1
* Support commit.template config propertyJulian Ruppel2021-11-221-3/+14
* Merge "DFS block cache: harden against race over ref locks."Ivan Frade2021-11-171-7/+12
|\
| * DFS block cache: harden against race over ref locks.Alina Djamankulova2021-11-161-7/+12
* | Make BinaryBlobException stacklessMatthias Sohn2021-11-161-0/+5
|/
* ssh: Handle "ProxyJump none" from SSH config fileThomas Wolf2021-11-151-1/+21
* OpenSshConfigFile: line comments and quoted stringsThomas Wolf2021-11-151-40/+118
* OpenSshConfigFile: update token replacementsThomas Wolf2021-11-151-7/+20
* [sshd agent] Introduce ConnectorDescriptorThomas Wolf2021-11-101-1/+1
* [test] test OpenSshConfigFile directly, not via the JSch configThomas Wolf2021-11-043-6/+77
* [releng] Make the bazel build use Java 11Thomas Wolf2021-11-032-3/+8
* Binary and CR-LF detection: lone CRs -> binaryThomas Wolf2021-10-318-57/+135
* Factor out parsing git-style size numbers to StringUtilsThomas Wolf2021-10-305-38/+143
* Make the buffer size for text/binary detection configurableThomas Wolf2021-10-305-35/+73
* Fix checkout of files with mixed line endings on text=auto eol=crlfThomas Wolf2021-10-271-0/+3
* Don't rely on an implicit default character setThomas Wolf2021-10-268-14/+52
* Minor code-clean-up in OpenSshConfigFileThomas Wolf2021-10-241-3/+2
* Remove use of deprecated getAllRefs() in UploadPackMatthias Sohn2021-10-231-5/+22
* DFS block cache: fix lock issue and support parallel index loadingAlina Djamankulova2021-10-193-117/+193
* Merge branch 'stable-5.13'Matthias Sohn2021-10-155-26/+27
|\
| * Merge branch 'stable-5.12' into stable-5.13Matthias Sohn2021-10-155-26/+27
| |\
| | * Merge branch 'stable-5.11' into stable-5.12Matthias Sohn2021-10-154-23/+17
| | |\
| | | * Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2021-10-154-23/+17
| | | |\
| | | | * Merge branch 'stable-5.9' into stable-5.10Matthias Sohn2021-10-154-23/+17
| | | | |\
| | | | | * Fix missing peel-part in lsRefsV2 for loose annotated tagsSaša Živkov2021-10-151-0/+1
| | | | | * Merge branch 'stable-5.8' into stable-5.9Matthias Sohn2021-10-083-23/+16
| | | | | |\
| | | | | | * Merge branch 'stable-5.7' into stable-5.8Matthias Sohn2021-10-083-23/+16
| | | | | | |\
| | | | | | | * Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2021-10-083-23/+16
| | | | | | | |\
| | | | | | | | * reftable: drop code for truncated readsHan-Wen Nienhuys2021-09-282-17/+4
| | | | | | | | * reftable: pass on invalid object ID in conversionHan-Wen Nienhuys2021-09-271-6/+12
| | * | | | | | | Fix RevWalk.getMergedInto() ignores annotated tagskylezhao2021-10-081-1/+1
| | * | | | | | | Optimize RevWalk.getMergedInto()kylezhao2021-10-081-2/+9
* | | | | | | | | DFS block cache: allow multiple passes for blocks before evictionAlina Djamankulova2021-10-082-12/+71
* | | | | | | | | GarbageCollectCommand: add numberOfBitmaps to statisticskylezhao2021-10-081-0/+1
* | | | | | | | | Rename a local variableThomas Wolf2021-09-301-4/+4
* | | | | | | | | Remove redundant type argumentsThomas Wolf2021-09-3022-24/+28
* | | | | | | | | Replace XMLReaderFactory deprecated since Java 9Matthias Sohn2021-09-292-7/+11
* | | | | | | | | [errorprone] fix ReturnValueIgnored in PushCertificateStore#nextMatthias Sohn2021-09-291-4/+3
* | | | | | | | | [errorprone] NameRevCommand: remove ignored call of #toStringMatthias Sohn2021-09-291-3/+4
* | | | | | | | | Enable compiler option --releaseMatthias Sohn2021-09-292-3/+122
* | | | | | | | | Bump minimum required Java version to 11Matthias Sohn2021-09-293-5/+9
* | | | | | | | | Removed unused API filtersMatthias Sohn2021-09-151-27/+0