Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Parse signature of GPG-signed commits | David Turner | 2018-09-04 | 2 | -0/+85 |
* | Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 | David Pursehouse | 2018-09-04 | 48 | -119/+156 |
* | Merge "Replace useminimalnegotation flag with maxhaves flag" | Jonathan Nieder | 2018-08-31 | 1 | -42/+11 |
|\ | |||||
| * | Replace useminimalnegotation flag with maxhaves flag | Minh Thai | 2018-08-31 | 1 | -42/+11 |
* | | Extract protocol v2 fetch request parsing to its own class | Ivan Frade | 2018-08-31 | 2 | -137/+249 |
* | | 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 |
|/ | |||||
* | FetchV2Request round up (doneReceived, renamings) | Ivan Frade | 2018-08-31 | 2 | -26/+46 |
* | Use right variable in error message about depth | Ivan Frade | 2018-08-30 | 1 | -1/+1 |
* | UploadPack: avoid conflating shallow commit lists in protocol v2 | Ivan Frade | 2018-08-30 | 1 | -7/+12 |
* | 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 |
* | | Externalize warning message in RefDirectory.delete() | Matthias Sohn | 2018-08-27 | 3 | -1/+4 |
* | | Merge branch 'stable-5.0' | Matthias Sohn | 2018-08-25 | 3 | -25/+34 |
|\| | |||||
| * | Merge branch 'stable-4.11' into stable-5.0 | Matthias Sohn | 2018-08-25 | 3 | -27/+33 |
| |\ | |||||
| | * | 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 | 2 | -6/+31 |
| | |\ | |||||
| | | * | Merge branch 'stable-4.9' into stable-4.10 | Matthias Sohn | 2018-08-24 | 2 | -6/+31 |
| | | |\ | |||||
| | | | * | Ignore API warnings | Matthias Sohn | 2018-08-24 | 1 | -0/+6 |
| | | | * | 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 | 1 | -5/+23 |
| | | | * | Fetch(Process): should tolerate duplicate refspecs | Marc Strapetz | 2018-08-22 | 1 | -1/+3 |
* | | | | | Add fetch support to ProtocolV2Hook | Ivan Frade | 2018-08-24 | 3 | -39/+405 |
* | | | | | UploadPack: shallowExcludeRefs doesn't need to be nullable | Ivan Frade | 2018-08-23 | 1 | -10/+6 |
* | | | | | RefDirectory: Add missing $NON-NLS suppression | David Pursehouse | 2018-08-23 | 1 | -1/+1 |
* | | | | | refactor: simplify collection.toArray() | Michael Keppler | 2018-08-23 | 11 | -14/+14 |
* | | | | | UploadPack: Add missing $NON-NLS suppressions | David Pursehouse | 2018-08-23 | 1 | -1/+2 |
* | | | | | UploadPack: Remove redundant specification of type | David Pursehouse | 2018-08-23 | 1 | -1/+1 |
* | | | | | Add SuppressWarnings for FutureReturnValueIgnored | Masaya Suzuki | 2018-08-21 | 1 | -0/+1 |
* | | | | | Merge "Support remove-project node in the manifest parser" | Jonathan Nieder | 2018-08-20 | 1 | -0/+3 |
|\ \ \ \ \ | |||||
| * | | | | | Support remove-project node in the manifest parser | Masaya Suzuki | 2018-08-20 | 1 | -0/+3 |
* | | | | | | Remove unnecessary maven dependency of org.eclipse.jgit to httpclient | Matthias Sohn | 2018-08-20 | 1 | -4/+0 |
* | | | | | | SubmoduleDeinitTest fails on Windows | Andrey Loskutov | 2018-08-19 | 1 | -5/+5 |
* | | | | | | Merge branch 'stable-5.0' | Matthias Sohn | 2018-08-18 | 2 | -55/+22 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge branch 'stable-4.11' into stable-5.0 | Matthias Sohn | 2018-08-18 | 2 | -55/+22 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| | * | | | | Merge branch 'stable-4.10' into stable-4.11 | Matthias Sohn | 2018-08-18 | 2 | -55/+22 |
| | |\ \ \ \ | | | | |/ / | | | |/| | | |||||
| | | * | | | Merge branch 'stable-4.9' into stable-4.10 | Matthias Sohn | 2018-08-18 | 2 | -55/+22 |
| | | |\ \ \ | | | | | |/ | | | | |/| | |||||
| | | | * | | Merge branch 'stable-4.8' into stable-4.9 | Matthias Sohn | 2018-08-18 | 2 | -55/+22 |
| | | | |\ \ | |||||
| | | | | * \ | Merge branch 'stable-4.7' into stable-4.8 | Matthias Sohn | 2018-08-18 | 2 | -55/+22 |
| | | | | |\ \ | |||||
| | | | | | * | | Fix GC run in foreground to not use executor | Hugo Arès | 2018-08-15 | 2 | -55/+22 |
| | | | * | | | | Prepare 4.9.4-SNAPSHOT builds | Matthias Sohn | 2018-07-31 | 3 | -49/+49 |
| | | | * | | | | JGit v4.9.3.201807311005-rv4.9.3.201807311005-r | Matthias Sohn | 2018-07-31 | 3 | -4/+4 |
| | * | | | | | | Prepare 4.11.2-SNAPSHOT builds | Matthias Sohn | 2018-07-31 | 3 | -49/+49 |
| | * | | | | | | JGit v4.11.1.201807311124-rv4.11.1.201807311124-r | Matthias Sohn | 2018-07-31 | 3 | -4/+4 |
* | | | | | | | | Merge branch 'stable-5.0' | Matthias Sohn | 2018-08-17 | 1 | -1/+1 |
|\| | | | | | | | |||||
| * | | | | | | | Fix wrong warning message in case of lock failures | Christian Halstrick | 2018-08-16 | 1 | -1/+1 |
* | | | | | | | | Introduce ProtocolV2Hook | Masaya Suzuki | 2018-08-16 | 4 | -17/+323 |
* | | | | | | | | Add EMPTY_TREE_ID as a sibling of EMPTY_BLOB_ID | Dave Borowitz | 2018-08-15 | 1 | -0/+8 |
* | | | | | | | | Update javadoc for EMPTY_BLOB_ID | Dave Borowitz | 2018-08-15 | 1 | -1/+5 |