Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | JGit v6.9.0.202402281855-rc1v6.9.0.202402281855-rc1 | Matthias Sohn | 2024-02-28 | 89 | -123/+123 |
* | Merge branch 'master' into stable-6.9 | Matthias Sohn | 2024-02-28 | 14 | -288/+384 |
|\ | |||||
| * | Merge "Update SECURITY.md" | Matthias Sohn | 2024-02-28 | 1 | -30/+23 |
| |\ | |||||
| | * | Update SECURITY.md | Matthias Sohn | 2024-02-28 | 1 | -30/+23 |
| * | | DfsObjDatabase: Let object database instantiate DfsPackFiles | Ivan Frade | 2024-02-26 | 3 | -3/+20 |
| * | | DfsPackFile: Abstract the bitmap loading to support other backends | Ivan Frade | 2024-02-26 | 2 | -26/+168 |
| |/ | |||||
| * | Remove unused API problem filters | Matthias Sohn | 2024-02-25 | 1 | -30/+0 |
| * | Merge "Support public key in IdentityFile" | Thomas Wolf | 2024-02-23 | 1 | -14/+45 |
| |\ | |||||
| | * | Support public key in IdentityFile | Konrad Windszus | 2024-02-22 | 1 | -14/+45 |
| * | | Merge "DfsReader#getObjectSize: use size index if possible" | Ivan Frade | 2024-02-23 | 2 | -62/+104 |
| |\ \ | |||||
| | * | | DfsReader#getObjectSize: use size index if possible | Ivan Frade | 2024-02-20 | 2 | -62/+104 |
| * | | | Merge "Revert "StartGenerator: Fix parent rewrite with non-default RevFilter"" | Ivan Frade | 2024-02-22 | 4 | -123/+24 |
| |\ \ \ | |||||
| | * | | | Revert "StartGenerator: Fix parent rewrite with non-default RevFilter" | Ivan Frade | 2024-02-21 | 4 | -123/+24 |
| | |/ / | |||||
* | | | | Prepare 6.9.0-SNAPSHOT builds | Matthias Sohn | 2024-02-22 | 89 | -123/+123 |
* | | | | JGit v6.9.0.202402211805-m3v6.9.0.202402211805-m3 | Matthias Sohn | 2024-02-21 | 89 | -123/+123 |
|/ / / | |||||
* | | | Merge branch 'stable-6.8' | Matthias Sohn | 2024-02-21 | 5 | -10/+36 |
|\ \ \ | |||||
| * \ \ | Merge branch 'stable-6.7' into stable-6.8 | Matthias Sohn | 2024-02-21 | 5 | -10/+36 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'stable-6.6' into stable-6.7 | Matthias Sohn | 2024-02-21 | 6 | -38/+36 |
| | |\ \ \ | |||||
| | | * | | | Delete org.eclipse.jgit.ssh.apache.agent/bin/.project | Matthias Sohn | 2024-02-21 | 1 | -28/+0 |
| | | * | | | Allow to discover bitmap on disk created after the packfile | Luca Milanesio | 2024-02-20 | 5 | -10/+36 |
* | | | | | | Update jetty to 10.0.20 | Matthias Sohn | 2024-02-20 | 18 | -143/+143 |
| |_|_|/ / |/| | | | | |||||
* | | | | | Update maven plugins | Matthias Sohn | 2024-02-20 | 3 | -21/+21 |
* | | | | | Update org.assertj:assertj-core to 3.25.3 | Matthias Sohn | 2024-02-20 | 18 | -34/+34 |
* | | | | | Update org.mockito:mockito-core to 5.10.0 | Matthias Sohn | 2024-02-20 | 18 | -34/+34 |
* | | | | | Update org.apache.commons:commons-compress to 1.26.0 | Matthias Sohn | 2024-02-20 | 22 | -34/+149 |
* | | | | | Update byte-buddy to 1.14.12 | Matthias Sohn | 2024-02-20 | 18 | -51/+51 |
* | | | | | Add SystemReader.Delegate to reduce boiler-plate code needed to subclass | Matthias Sohn | 2024-02-20 | 1 | -0/+61 |
| |_|_|/ |/| | | | |||||
* | | | | storage.file: Do not throw NSFE when deleting tmp files | Nasser Grainawi | 2024-02-19 | 4 | -8/+8 |
* | | | | FS.detectSymlinkSupport: fix a race | Motiejus Jakštys | 2024-02-19 | 2 | -1/+22 |
* | | | | Merge changes I8e577a23,Ic8e8b288 | Matthias Sohn | 2024-02-19 | 3 | -3/+4 |
|\ \ \ \ | |||||
| * | | | | Errorprone EscapedEntity: Do not use HTML entities inside @code javadoc | Ivan Frade | 2024-02-09 | 2 | -3/+3 |
| * | | | | ChangedPathFilter: Suppress warning about backing array (errorprone) | Ivan Frade | 2024-02-09 | 1 | -0/+1 |
* | | | | | Merge changes I9225d6a3,I9cf093ca,Id5a80635 | Matthias Sohn | 2024-02-19 | 7 | -63/+204 |
|\ \ \ \ \ | |||||
| * | | | | | RawParseUtils.nextLfSkippingSplitLines: fulfil contract as stated | Thomas Wolf | 2024-02-01 | 2 | -1/+11 |
| * | | | | | [gpg] Refactor the GpgSignatureVerifier | Thomas Wolf | 2024-02-01 | 4 | -54/+119 |
| * | | | | | RawParseUtils: utility method to get a header value | Thomas Wolf | 2024-02-01 | 3 | -8/+74 |
| |/ / / / | |||||
* | | | | | Merge branch 'stable-6.8' into master | Dariusz Luksza | 2024-02-15 | 3 | -26/+80 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Merge branch 'stable-6.7' into stable-6.8 | Dariusz Luksza | 2024-02-15 | 3 | -26/+80 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Merge branch 'stable-6.6' into stable-6.7 | Dariusz Luksza | 2024-02-15 | 3 | -26/+80 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | RefDirectory: Do not unlock until after deleting loose ref | Nasser Grainawi | 2024-02-13 | 1 | -9/+26 |
| | | * | | Add missing javadoc description for declared exception | Matthias Sohn | 2024-02-13 | 1 | -0/+1 |
| | | * | | SnapshottingRefDirectory: Invalidate snapshot after locking ref for | Nasser Grainawi | 2024-02-13 | 2 | -0/+26 |
| | | * | | SnapshottingRefDir: Replace lambas with method refs | Nasser Grainawi | 2024-02-13 | 1 | -11/+8 |
| | | * | | SnapshottingRefDir: Reduce casts with overrides | Nasser Grainawi | 2024-02-13 | 1 | -6/+20 |
| | * | | | [errorprone] Fix wrong comparison which always evaluated to false | Matthias Sohn | 2024-02-13 | 1 | -1/+1 |
| | * | | | [errorprone] Remove unnecessary comparison | Matthias Sohn | 2024-02-13 | 1 | -1/+1 |
* | | | | | Merge branch 'stable-6.8' into master | Dariusz Luksza | 2024-02-12 | 0 | -0/+0 |
|\| | | | | |||||
| * | | | | Merge branch 'stable-6.7' into stable-6.8 | Dariusz Luksza | 2024-02-12 | 3 | -5/+169 |
| |\| | | | |||||
| | * | | | Merge branch 'stable-6.6' into stable-6.7 | Dariusz Luksza | 2024-02-12 | 3 | -5/+169 |
| | |\| | | |||||
| | | * | | Improve handling of NFS stale handle errors | Dariusz Luksza | 2024-01-29 | 1 | -1/+15 |