aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* sshd: support the ProxyJump ssh configThomas Wolf2020-09-191-1/+29
* Merge "ReceivePackStats: Add size and count of unnecessary pushed objects"Terry Parker2020-09-143-5/+76
|\
| * ReceivePackStats: Add size and count of unnecessary pushed objectsYunjie Li2020-09-113-5/+76
* | Merge branch 'stable-5.9' into masterMatthias Sohn2020-09-092-73/+1
|\ \
| * | Prepare 5.9.1-SNAPSHOT buildsMatthias Sohn2020-09-083-55/+55
| * | JGit v5.9.0.202009080501-rv5.9.0.202009080501-rMatthias Sohn2020-09-083-4/+4
| * | 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-054-58/+179
| |\ \ | |/ / |/| |
* | | jgit: Add DfsBundleWriterMasaya Suzuki2020-09-033-9/+104
* | | Merge changes from topic "fix_ui"Terry Parker2020-09-031-49/+75
|\ \ \
| * | | ResolveMerger: do not content-merge gitlinks on del/mod conflictsDemetr Starshov2020-08-261-28/+44
| * | | ResolveMerger: choose OURS on gitlink when ignoreConflictsDemetr Starshov2020-08-261-9/+11
| * | | ResolveMerger: improving content merge readabilityDemetr Starshov2020-08-261-12/+14
| * | | ResolveMerger: extracting createGitLinksMergeResult methodDemetr Starshov2020-08-261-8/+14
| | |/ | |/|
* | | Merge branch 'stable-5.9'Marco Miller2020-09-023-3/+11
|\ \ \ | | |/ | |/|
| * | [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
| * | Prepare 5.9.0-SNAPSHOT buildsMatthias Sohn2020-08-273-4/+4
| * | JGit v5.9.0.202008260805-m3v5.9.0.202008260805-m3Matthias Sohn2020-08-263-4/+4
* | | Prepare 5.10.0-SNAPSHOT buildsMatthias Sohn2020-08-273-55/+55
|/ /
* | Fix possible NegativeArraySizeException in PackIndexV1Marc Strapetz2020-08-251-3/+3
* | 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-173-66/+157
* | Delay WindowCache statistics JMX MBean registrationThomas Wolf2020-08-161-7/+15
* | DirCache: support index V4Thomas Wolf2020-08-155-60/+286
* | Update javadoc for RemoteSession and SshSessionFactoryThomas Wolf2020-08-102-41/+36
* | Fix JSchProcess.waitFor() with time-outThomas Wolf2020-08-103-9/+52
|/
* FilterSpec: Use BigInteger.ZERO instead of valueOf(0)Jonathan Nieder2020-07-311-1/+2
* Do not send empty blob in response to blob:none filterJonathan Nieder2020-07-292-14/+89
* Add support for tree filters when fetchingJonathan Nieder2020-07-291-8/+12
* FS_POSIX: avoid prompt to install the XCode tools on OS XThomas Wolf2020-07-262-9/+34
* Use LinkedBlockingQueue for executor determining filesystem attributesMatthias Sohn2020-07-241-2/+2
* Bazel: Add workspace status command to stamp final artifactDavid Ostrovsky2020-07-171-1/+22
* DiffFormatter: correctly deal with tracked files in ignored foldersThomas Wolf2020-07-173-7/+37
* Fix writing GPG signatures with trailing newlineThomas Wolf2020-07-081-8/+12
* Improve error message when receive.maxCommandBytes is exceededDavid Pursehouse2020-06-291-1/+1
* MergedReftable: Include the last reftable in determining minUpdateIndexMinh Thai2020-06-221-1/+1
* PackBitmapIndex: Not buffer inflated bitmap during bitmap creation.Yunjie Li2020-06-182-3/+17
* Remove trailing whitespaceMatthias Sohn2020-06-102-2/+2
* Prepare 5.9.0-SNAPSHOT buildsMatthias Sohn2020-06-093-55/+55
* Merge "Merge branch 'stable-5.7'"Matthias Sohn2020-06-052-54/+51
|\
| * Merge branch 'stable-5.7'David Pursehouse2020-06-052-54/+51
| |\
| | * ObjectDirectoryInserter: Open FileOutputStream in try-with-resourceDavid Pursehouse2020-06-051-16/+16
| | * ObjectDirectoryInserter: Remove redundant 'throws' declarationsDavid Pursehouse2020-06-051-5/+3
| | * ObjectDirectory: Further clean up insertUnpackedObjectDavid Pursehouse2020-06-051-17/+22