summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-5.9' into masterMatthias Sohn2020-09-096-87/+36
|\
| * Prepare 5.9.1-SNAPSHOT buildsMatthias Sohn2020-09-0888-504/+504
| * JGit v5.9.0.202009080501-rv5.9.0.202009080501-rMatthias Sohn2020-09-0888-121/+121
| * [releng] Enable japicmp for the fragments added in 5.8.0Thomas Wolf2020-09-072-8/+0
| * GitlinkMergeTest: fix boxing warningsMatthias Sohn2020-09-051-1/+1
| * Remove unused API problem filtersMatthias Sohn2020-09-051-73/+0
| * Add missing since tag on BundleWriter#addObjectsAsIsMatthias Sohn2020-09-051-0/+1
| * Merge branch 'master' into stable-5.9Matthias Sohn2020-09-058-59/+649
| |\
| * | GPG: include signer's user ID in the signatureThomas Wolf2020-09-051-5/+34
* | | Upgrade maven-project-info-reports-plugin to 3.1.1Marco Miller2020-09-082-2/+2
| |/ |/|
* | SshdSession: close channel gracefullyThomas Wolf2020-09-051-1/+1
* | Merge branch 'stable-5.9'Marco Miller2020-09-041-1/+1
|\|
| * Bump Bazel version to 3.5.0Marco Miller2020-09-031-1/+1
* | jgit: Add DfsBundleWriterMasaya Suzuki2020-09-034-9/+189
* | Merge changes from topic "fix_ui"Terry Parker2020-09-033-49/+459
|\ \
| * | ResolveMerger: do not content-merge gitlinks on del/mod conflictsDemetr Starshov2020-08-262-37/+44
| * | ResolveMerger: Adding test cases for GITLINK deletionDemetr Starshov2020-08-261-0/+91
| * | ResolveMerger: choose OURS on gitlink when ignoreConflictsDemetr Starshov2020-08-262-14/+11
| * | ResolveMerger: improving content merge readabilityDemetr Starshov2020-08-261-12/+14
| * | ResolveMerger: extracting createGitLinksMergeResult methodDemetr Starshov2020-08-261-8/+14
| * | ResolveMerger: Adding test cases for GITLINK mergeDemetr Starshov2020-08-262-0/+307
* | | Merge branch 'stable-5.9'Marco Miller2020-09-0234-123/+235
|\ \ \ | | |/ | |/|
| * | Merge changes Ib0b2dc7c,I827da397 into stable-5.9Matthias Sohn2020-09-022-3/+3
| |\ \
| | * | Upgrade maven-resources-plugin to 3.2.0Marco Miller2020-09-012-2/+2
| | * | Upgrade plexus-compiler version to 2.8.8Marco Miller2020-09-011-1/+1
| * | | [bazel] Add missing dependency to slf4j-apiMatthias Sohn2020-09-012-0/+2
| * | | [errorprone] DirCacheEntry: make clear operator precedenceMatthias Sohn2020-09-011-1/+1
| * | | [errorprone] PackWriter#parallelDeltaSearch: avoid suppressed exceptionMatthias Sohn2020-09-011-1/+9
| * | | [errorprone] Declare DirCache#version finalMatthias Sohn2020-09-011-1/+1
| |/ /
| * | Add jgit-4.17-staging target platform for 2020-09Matthias Sohn2020-09-012-0/+102
| * | Update target platform to R20200831200620Matthias Sohn2020-09-0125-117/+117
* | | Prepare 5.10.0-SNAPSHOT buildsMatthias Sohn2020-08-2788-504/+504
* | | Merge branch 'stable-5.9' into masterMatthias Sohn2020-08-270-0/+0
|\| |
| * | Prepare 5.9.0-SNAPSHOT buildsMatthias Sohn2020-08-2788-121/+121
| * | JGit v5.9.0.202008260805-m3v5.9.0.202008260805-m3Matthias Sohn2020-08-2688-121/+121
|/ /
* | Fix possible NegativeArraySizeException in PackIndexV1Marc Strapetz2020-08-256-3/+35
* | FS: use binary search to determine filesystem timestamp resolutionThomas Wolf2020-08-233-13/+127
* | Do not prematurely create directory of jgit's XDG config fileMatthias Sohn2020-08-223-20/+8
* | FS: write to JGit config in a background threadThomas Wolf2020-08-211-4/+29
* | FS: don't cache fallback if running in backgroundThomas Wolf2020-08-201-2/+10
* | Keep line endings for text files committed with CR/LF on text=autoThomas Wolf2020-08-178-183/+448
* | Delay WindowCache statistics JMX MBean registrationThomas Wolf2020-08-161-7/+15
* | [releng] Update plexus-compiler to 2.8.7Thomas Wolf2020-08-151-3/+4
* | DirCache: support index V4Thomas Wolf2020-08-159-62/+552
* | Update javadoc for RemoteSession and SshSessionFactoryThomas Wolf2020-08-103-67/+52
* | Fix JSchProcess.waitFor() with time-outThomas Wolf2020-08-106-14/+161
* | sshd: work around a race condition in Apache MINA sshd 2.4.0/2.5.xThomas Wolf2020-08-104-6/+149
* | sshd: store per-session data on the sshd session objectThomas Wolf2020-08-095-95/+225
* | Merge changes from topic "sshd"Thomas Wolf2020-08-056-64/+125
|\ \ | |/ |/|
| * sshd: use PropertyResolver in testThomas Wolf2020-07-282-8/+9