Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update JMH to 1.35 | Matthias Sohn | 2022-10-10 | 2 | -4/+4 |
* | Update org.eclipse.jdt:ecj to 3.31.0 | Matthias Sohn | 2022-10-10 | 1 | -1/+1 |
* | Update plexus compiler to 2.12.1 | Matthias Sohn | 2022-10-10 | 1 | -1/+1 |
* | Update org.apache.maven.wagon:wagon-ssh to 3.5.2 | Matthias Sohn | 2022-10-10 | 2 | -2/+2 |
* | pgm/BUILD: Add dependencty to java EWAH | Ivan Frade | 2022-10-05 | 1 | -0/+1 |
* | [sshd] Guard against numerical overflow | Thomas Wolf | 2022-10-01 | 1 | -2/+2 |
* | Merge branch 'stable-6.3' | Matthias Sohn | 2022-09-28 | 1 | -4/+0 |
|\ | |||||
| * | Remove unused imports | Matthias Sohn | 2022-09-28 | 1 | -4/+0 |
* | | Remove unused API filters | Matthias Sohn | 2022-09-22 | 1 | -78/+0 |
* | | ObjectDirectory: avoid using File.getCanonicalPath() | Jörg Kubitz | 2022-09-22 | 1 | -7/+15 |
* | | AutoCRLFOutputStream: use BufferedOutputStream | Jörg Kubitz | 2022-09-20 | 1 | -1/+4 |
* | | CloneCommand: set HEAD also when not checking out | Thomas Wolf | 2022-09-18 | 2 | -15/+40 |
* | | Pass on shallowSince only if not null | Thomas Wolf | 2022-09-18 | 2 | -2/+6 |
* | | Fix wrong @since tag | Thomas Wolf | 2022-09-18 | 1 | -1/+1 |
* | | Merge "Split out ApplyCommand logic to PatchApplier class" | Han-Wen NIenhuys | 2022-09-15 | 6 | -1051/+1555 |
|\ \ | |||||
| * | | Split out ApplyCommand logic to PatchApplier class | Nitzan Gur-Furman | 2022-09-15 | 6 | -1051/+1555 |
* | | | Prepare 6.4.0-SNAPSHOT builds | Matthias Sohn | 2022-09-14 | 91 | -529/+529 |
* | | | Fix typo in FetchV2Request javadoc | kylezhao | 2022-09-14 | 1 | -1/+1 |
* | | | Merge branch 'stable-6.3' | Matthias Sohn | 2022-09-12 | 105 | -1470/+1078 |
|\ \ \ | | |/ | |/| | |||||
| * | | Prepare 6.3.1-SNAPSHOT builds | Matthias Sohn | 2022-09-12 | 91 | -529/+529 |
| * | | JGit v6.3.0.202209071007-rv6.3.0.202209071007-r | Matthias Sohn | 2022-09-07 | 91 | -125/+125 |
| * | | JGit v6.3.0.2022009070944-r | Matthias Sohn | 2022-09-07 | 91 | -125/+125 |
| * | | [merge] Fix merge conflicts with symlinks | Thomas Wolf | 2022-09-07 | 3 | -53/+429 |
| * | | Update DEPENDENCIES for 6.3.0 | Matthias Sohn | 2022-09-06 | 1 | -27/+27 |
| * | | Update tycho to 2.7.5 | Matthias Sohn | 2022-09-06 | 1 | -1/+1 |
| * | | Merge branch 'master' into stable-6.3 | Matthias Sohn | 2022-09-06 | 4 | -186/+110 |
| |\| | |||||
| * | | Revert "Adds FilteredRevCommit that can overwrites its parents in the | Matthias Sohn | 2022-09-06 | 8 | -523/+53 |
| * | | Revert "Option to pass start RevCommit to be blamed on to the | Matthias Sohn | 2022-09-06 | 2 | -337/+39 |
| * | | Merge branch 'master' into stable-6.3 | Matthias Sohn | 2022-09-05 | 35 | -372/+1228 |
| |\ \ | |||||
| * | | | Prepare 6.3.0-SNAPSHOT builds | Matthias Sohn | 2022-08-17 | 91 | -125/+125 |
| * | | | JGit v6.3.0.202208161710-m3v6.3.0.202208161710-m3 | Matthias Sohn | 2022-08-16 | 91 | -125/+125 |
* | | | | Merge "DfsBundleWriter: Add test case about GC_REST pack." | Ivan Frade | 2022-09-07 | 1 | -1/+28 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | DfsBundleWriter: Add test case about GC_REST pack. | yunjieli | 2022-09-07 | 1 | -1/+28 |
* | | | | Merge changes I888f313f,I98de155c,I2efa9a6d,Ifa79dac2 | Matthias Sohn | 2022-09-06 | 4 | -186/+110 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Move WorkTreeUpdater to merge package | Han-Wen Nienhuys | 2022-09-06 | 2 | -5/+3 |
| * | | | WorkTreeUpdater: use DirCacheCheckout#StreamSupplier | Han-Wen Nienhuys | 2022-09-06 | 3 | -130/+16 |
| * | | | DirCacheCheckout#getContent: also take InputStream supplier | Han-Wen Nienhuys | 2022-09-06 | 2 | -27/+88 |
| * | | | WorkTreeUpdater: remove safeWrite option | Han-Wen Nienhuys | 2022-09-06 | 2 | -24/+3 |
* | | | | Update Orbit to R20220830213456 for 2022-09 | Matthias Sohn | 2022-09-05 | 19 | -31/+31 |
| |/ / |/| | | |||||
* | | | BaseSuperprojectWriter: report invalid paths as manifest errors | Ivan Frade | 2022-08-23 | 2 | -1/+26 |
|/ / | |||||
* | | ApplyCommand: fix ApplyResult#updatedFiles | Han-Wen Nienhuys | 2022-08-23 | 2 | -12/+13 |
* | | WorkTreeUpdater: rename metadata maps | Han-Wen Nienhuys | 2022-08-23 | 1 | -10/+10 |
* | | WorkTreeUpdater#Result: hide data members | Han-Wen Nienhuys | 2022-08-23 | 2 | -10/+23 |
* | | Merge "WorkTreeUpdater: re-format and clean-up" | Han-Wen NIenhuys | 2022-08-18 | 1 | -221/+265 |
|\ \ | |||||
| * | | WorkTreeUpdater: re-format and clean-up | Thomas Wolf | 2022-08-17 | 1 | -221/+265 |
* | | | Add javadoc on RevCommit | Ronald Bhuleskar | 2022-08-17 | 1 | -0/+5 |
* | | | Option to pass start RevCommit to be blamed on to the BlameGenerator. | Ronald Bhuleskar | 2022-08-17 | 2 | -39/+337 |
* | | | Adds FilteredRevCommit that can overwrites its parents in the DAG. | Ronald Bhuleskar | 2022-08-16 | 8 | -53/+523 |
| |/ |/| | |||||
* | | Merge changes Ib6689f54,I3b5c22ee | Matthias Sohn | 2022-08-16 | 2 | -31/+2 |
|\ \ | |/ |/| | |||||
| * | Remove unused API problem filters | Matthias Sohn | 2022-08-12 | 1 | -31/+0 |