Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Orbit to S20180829155938 for 2018-09 RC1 | Matthias Sohn | 2018-09-01 | 11 | -17/+17 |
* | Merge "Replace useminimalnegotation flag with maxhaves flag" | Jonathan Nieder | 2018-08-31 | 2 | -60/+15 |
|\ | |||||
| * | Replace useminimalnegotation flag with maxhaves flag | Minh Thai | 2018-08-31 | 2 | -60/+15 |
* | | Extract protocol v2 fetch request parsing to its own class | Ivan Frade | 2018-08-31 | 3 | -137/+585 |
* | | FetchV2Request: Rename shallowSince to deepenSince | Jonathan Nieder | 2018-08-31 | 2 | -18/+18 |
* | | FetchV2Request: Correct typo in parameter name | Jonathan Nieder | 2018-08-31 | 1 | -2/+2 |
|/ | |||||
* | Merge "FetchV2Request round up (doneReceived, renamings)" | Jonathan Nieder | 2018-08-31 | 2 | -26/+46 |
|\ | |||||
| * | FetchV2Request round up (doneReceived, renamings) | Ivan Frade | 2018-08-31 | 2 | -26/+46 |
* | | Merge branch 'stable-5.1' | David Pursehouse | 2018-08-31 | 2 | -69/+68 |
|\ \ | |/ |/| | |||||
| * | Merge branch 'stable-5.0' into stable-5.1 | David Pursehouse | 2018-08-31 | 5 | -100/+99 |
| |\ | |||||
| | * | Merge branch 'stable-4.11' into stable-5.0 | David Pursehouse | 2018-08-31 | 5 | -97/+96 |
| | |\ | |||||
| | | * | Merge branch 'stable-4.10' into stable-4.11 | David Pursehouse | 2018-08-31 | 4 | -92/+91 |
| | | |\ | |||||
| | | | * | Merge branch 'stable-4.9' into stable-4.10 | David Pursehouse | 2018-08-31 | 4 | -92/+91 |
| | | | |\ | |||||
| | | | | * | Merge branch 'stable-4.8' into stable-4.9 | David Pursehouse | 2018-08-31 | 4 | -92/+91 |
| | | | | |\ | |||||
| | | | | | * | Merge branch 'stable-4.7' into stable-4.8 | David Pursehouse | 2018-08-31 | 6 | -107/+89 |
| | | | | | |\ | |||||
| | | | | | | * | Bazel: Use hyphen instead of underscore in external repository names | David Pursehouse | 2018-08-30 | 2 | -30/+30 |
| | | | | | | * | Bazel: Format all build files with buildifier 0.15.0 | David Pursehouse | 2018-08-30 | 4 | -62/+61 |
| | | | | | | * | ChangeIdUtilTest: Remove unused notestCommitDashV | David Pursehouse | 2018-08-30 | 1 | -17/+0 |
* | | | | | | | | Use right variable in error message about depth | Ivan Frade | 2018-08-30 | 1 | -1/+1 |
* | | | | | | | | Merge "UploadPack: avoid conflating shallow commit lists in protocol v2" | Jonathan Nieder | 2018-08-30 | 2 | -7/+50 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | UploadPack: avoid conflating shallow commit lists in protocol v2 | Ivan Frade | 2018-08-30 | 2 | -7/+50 |
* | | | | | | | | | Bazel: Use hyphen instead of underscore in external repository names | David Pursehouse | 2018-08-30 | 2 | -30/+30 |
* | | | | | | | | | Format BUILD files with buildifier 0.15.0 | David Pursehouse | 2018-08-30 | 1 | -1/+1 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge branch 'stable-5.1' | Matthias Sohn | 2018-08-29 | 2 | -2/+2 |
|\| | | | | | | | |||||
| * | | | | | | | Adjust severity of missing execution environment for LFS | Markus Duft | 2018-08-29 | 2 | -2/+2 |
| * | | | | | | | Prepare 5.1.0-SNAPSHOT builds | Matthias Sohn | 2018-08-29 | 56 | -59/+59 |
| * | | | | | | | JGit v5.1.0.201808281540-m3v5.1.0.201808281540-m3 | Matthias Sohn | 2018-08-28 | 56 | -59/+59 |
* | | | | | | | | Upgrade maven-compiler-plugin to 3.8.0 | David Pursehouse | 2018-08-29 | 1 | -2/+3 |
|/ / / / / / / | |||||
* | | | | | | | Update Orbit to S20180820175350 for 2018-09 M3 | Matthias Sohn | 2018-08-28 | 11 | -17/+17 |
* | | | | | | | Add ls-files CLI command | Matthias Sohn | 2018-08-28 | 4 | -0/+204 |
* | | | | | | | Merge branch 'stable-5.0' | David Pursehouse | 2018-08-27 | 2 | -1/+4 |
|\| | | | | | | |||||
| * | | | | | | Fix NoSuchFileException in GC.deleteTempPacksIdx() | Matthias Sohn | 2018-08-27 | 1 | -0/+3 |
| * | | | | | | Fix NoSuchFileException during directory cleanup in RefDirectory | Matthias Sohn | 2018-08-27 | 1 | -1/+1 |
* | | | | | | | Merge "Externalize warning message in RefDirectory.delete()" | Matthias Sohn | 2018-08-27 | 3 | -1/+4 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Externalize warning message in RefDirectory.delete() | Matthias Sohn | 2018-08-27 | 3 | -1/+4 |
* | | | | | | | | Merge "Cleanup existing tests" | Christian Halstrick | 2018-08-27 | 1 | -15/+13 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | Cleanup existing tests | René Scheibe | 2018-08-24 | 1 | -15/+13 |
* | | | | | | | | HttpClientConnectionTest: Throw UnsupportedOperationException for unused methods | David Pursehouse | 2018-08-27 | 1 | -11/+11 |
* | | | | | | | | HttpClientConnectionTest: Reformat with the Eclipse style | David Pursehouse | 2018-08-27 | 1 | -132/+137 |
* | | | | | | | | HttpClientConnectionTest: Add missing license header | David Pursehouse | 2018-08-27 | 1 | -0/+42 |
* | | | | | | | | Merge branch 'stable-5.0' | Matthias Sohn | 2018-08-25 | 15 | -64/+331 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | Merge branch 'stable-4.11' into stable-5.0 | Matthias Sohn | 2018-08-25 | 13 | -77/+202 |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | |||||
| | * | | | | | | Silence API warning for new ObjectIdSerializer introduced in 4.11.1 | Matthias Sohn | 2018-08-25 | 1 | -0/+6 |
| | * | | | | | | Merge branch 'stable-4.10' into stable-4.11 | Matthias Sohn | 2018-08-25 | 12 | -52/+236 |
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | | | |||||
| | | * | | | | | Merge branch 'stable-4.9' into stable-4.10 | Matthias Sohn | 2018-08-24 | 6 | -25/+209 |
| | | |\ \ \ \ \ | | | | | |/ / / | | | | |/| | | | |||||
| | | | * | | | | Ignore API warnings | Matthias Sohn | 2018-08-24 | 1 | -0/+6 |
| | | | * | | | | Fix photon target platform to use photon version of org.eclipse.osgi | Matthias Sohn | 2018-08-24 | 2 | -3/+3 |
| | | | * | | | | Update Photon orbit repository to R20180606145124 | Matthias Sohn | 2018-08-23 | 3 | -13/+13 |
| | | | * | | | | Suppress warning for trying to delete non-empty directory | Thomas Wolf | 2018-08-22 | 1 | -0/+5 |
| | | | * | | | | Fix fetching with duplicate ref updates | Thomas Wolf | 2018-08-22 | 2 | -5/+52 |