aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [doc] Add README and package-info to the SSH bundlesThomas Wolf2021-10-314-0/+140
* Binary and CR-LF detection: lone CRs -> binaryThomas Wolf2021-10-3113-100/+191
* Factor out parsing git-style size numbers to StringUtilsThomas Wolf2021-10-306-38/+226
* Make the buffer size for text/binary detection configurableThomas Wolf2021-10-309-46/+94
* Merge branch 'stable-6.0'Matthias Sohn2021-10-280-0/+0
|\
| * Prepare 6.0.0-SNAPSHOT buildsMatthias Sohn2021-10-2888-121/+121
| * JGit v6.0.0.202110270955-m2v6.0.0.202110270955-m2Matthias Sohn2021-10-2788-121/+121
| * Merge branch 'master' into stable-6.0Matthias Sohn2021-10-2741-222/+747
| |\ | |/ |/|
* | Fix checkout of files with mixed line endings on text=auto eol=crlfThomas Wolf2021-10-274-2/+34
* | Don't rely on an implicit default character setThomas Wolf2021-10-269-17/+54
* | Fix bad indentation in pom.xmlThomas Wolf2021-10-242-18/+18
* | 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-194-119/+248
* | Merge changes I1f180d7f,I04415f07Thomas Wolf2021-10-193-2/+39
|\ \
| * | JSch: fix service publication for ServiceLoaderThomas Wolf2021-10-192-0/+24
| * | Set JSch global config values only if not set alreadyThomas Wolf2021-10-191-2/+15
* | | Merge branch 'stable-5.13'Matthias Sohn2021-10-1513-41/+214
|\ \ \ | |/ / |/| |
| * | Merge branch 'stable-5.12' into stable-5.13Matthias Sohn2021-10-1513-41/+208
| |\ \
| | * \ Merge branch 'stable-5.11' into stable-5.12Matthias Sohn2021-10-1510-35/+163
| | |\ \
| | | * \ Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2021-10-1510-35/+163
| | | |\ \
| | | | * \ Merge branch 'stable-5.9' into stable-5.10Matthias Sohn2021-10-1510-35/+163
| | | | |\ \
| | | | | * | Fix missing peel-part in lsRefsV2 for loose annotated tagsSaša Živkov2021-10-152-0/+124
| | | | | * | Merge branch 'stable-5.8' into stable-5.9Matthias Sohn2021-10-085-33/+35
| | | | | |\ \
| | | | | | * \ Merge branch 'stable-5.7' into stable-5.8Matthias Sohn2021-10-087-35/+37
| | | | | | |\ \
| | | | | | | * \ Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2021-10-087-35/+37
| | | | | | | |\ \
| | | | | | | | * | reftable: drop code for truncated readsHan-Wen Nienhuys2021-09-283-17/+10
| | | | | | | | * | reftable: pass on invalid object ID in conversionHan-Wen Nienhuys2021-09-272-16/+25
| | | | | | | | * | Update eclipse-jarsigner-plugin to 1.3.2Matthias Sohn2021-09-272-2/+2
| | | | | * | | | | Fix running benchmarks from bazelMatthias Sohn2021-09-271-0/+2
| | | | | * | | | | Update eclipse-jarsigner-plugin to 1.3.2Matthias Sohn2021-09-242-2/+2
| | * | | | | | | | Fix RevWalk.getMergedInto() ignores annotated tagskylezhao2021-10-082-2/+21
| | * | | | | | | | Optimize RevWalk.getMergedInto()kylezhao2021-10-082-4/+24
| * | | | | | | | | Add org.bouncycastle.bcutil to p2 repositoryMatthias Sohn2021-09-201-0/+6
* | | | | | | | | | DFS block cache: allow multiple passes for blocks before evictionAlina Djamankulova2021-10-083-12/+112
* | | | | | | | | | GarbageCollectCommand: add numberOfBitmaps to statisticskylezhao2021-10-083-3/+4
| | | | | | | | | * Prepare 6.0.0-SNAPSHOT buildsMatthias Sohn2021-10-0688-121/+121
| | | | | | | | | * JGit v6.0.0.202110060947-m1v6.0.0.202110060947-m1Matthias Sohn2021-10-0688-121/+121
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Rename a local variableThomas Wolf2021-09-301-4/+4
* | | | | | | | | Remove redundant type argumentsThomas Wolf2021-09-3028-31/+40
* | | | | | | | | Delete old target platforms and corresponding Orbit releasesMatthias Sohn2021-09-2928-1504/+38
* | | | | | | | | Update tycho to 2.5.0 and target platform to jgit-4.17Matthias Sohn2021-09-292-99/+3
* | | | | | | | | Update ecj to 3.27.0Matthias Sohn2021-09-291-1/+1
* | | | | | | | | Replace XMLReaderFactory deprecated since Java 9Matthias Sohn2021-09-292-7/+11
* | | | | | | | | IndexDiffWithSymlinkTest: handle InaccessibleObjectExceptionMatthias Sohn2021-09-291-1/+3
* | | | | | | | | Fix split package in bundle org.eclipse.jgit.ssh.jschMatthias Sohn2021-09-2915-38/+84
* | | | | | | | | KeyGrip: fix build error on java 15Matthias Sohn2021-09-291-2/+4
* | | | | | | | | Enable using JMH annotation processor on Java>=9Matthias Sohn2021-09-291-0/+5
* | | | | | | | | Update errorprone to 2.9.0 and enable using it on java 16Matthias Sohn2021-09-292-2/+24
* | | | | | | | | [errorprone] fix ReturnValueIgnored in PushCertificateStore#nextMatthias Sohn2021-09-291-4/+3