summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge branch 'stable-5.1'"David Pursehouse2018-09-060-0/+0
|\
| * Merge branch 'stable-5.1'Matthias Sohn2018-09-060-0/+0
| |\
| | * Prepare 5.1.0-SNAPSHOT buildsMatthias Sohn2018-09-0556-59/+59
| | * JGit v5.1.0.201809051400-rc1v5.1.0.201809051400-rc1Matthias Sohn2018-09-0556-59/+59
| | * Merge branch 'master' into stable-5.1Matthias Sohn2018-09-05127-696/+1350
| | |\ | | |/ | |/|
* / | Extend ResetCommandTestRené Scheibe2018-09-051-2/+8
|/ /
* | UploadPackTest: Avoid unnecessarily boxing int into IntegerDavid Pursehouse2018-09-051-3/+3
* | Parse signature of GPG-signed commitsDavid Turner2018-09-044-0/+160
* | Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-04105-397/+442
* | Simplify file creation in ResetCommandTestRené Scheibe2018-09-031-38/+17
* | Specify charset when constructing InputStreamReaderDavid Pursehouse2018-09-025-5/+8
* | Update Orbit to S20180829155938 for 2018-09 RC1Matthias Sohn2018-09-0111-17/+17
* | Merge "Replace useminimalnegotation flag with maxhaves flag"Jonathan Nieder2018-08-312-60/+15
|\ \
| * | Replace useminimalnegotation flag with maxhaves flagMinh Thai2018-08-312-60/+15
* | | Extract protocol v2 fetch request parsing to its own classIvan Frade2018-08-313-137/+585
* | | FetchV2Request: Rename shallowSince to deepenSinceJonathan Nieder2018-08-312-18/+18
* | | FetchV2Request: Correct typo in parameter nameJonathan Nieder2018-08-311-2/+2
|/ /
* | Merge "FetchV2Request round up (doneReceived, renamings)"Jonathan Nieder2018-08-312-26/+46
|\ \
| * | FetchV2Request round up (doneReceived, renamings)Ivan Frade2018-08-312-26/+46
* | | Merge branch 'stable-5.1'David Pursehouse2018-08-312-69/+68
|\ \ \ | |/ / |/| / | |/
| * Merge branch 'stable-5.0' into stable-5.1David Pursehouse2018-08-315-100/+99
| |\
| | * Merge branch 'stable-4.11' into stable-5.0David Pursehouse2018-08-315-97/+96
| | |\
| | | * Merge branch 'stable-4.10' into stable-4.11David Pursehouse2018-08-314-92/+91
| | | |\
| | | | * Merge branch 'stable-4.9' into stable-4.10David Pursehouse2018-08-314-92/+91
| | | | |\
| | | | | * Merge branch 'stable-4.8' into stable-4.9David Pursehouse2018-08-314-92/+91
| | | | | |\
| | | | | | * Merge branch 'stable-4.7' into stable-4.8David Pursehouse2018-08-316-107/+89
| | | | | | |\
| | | | | | | * Bazel: Use hyphen instead of underscore in external repository namesDavid Pursehouse2018-08-302-30/+30
| | | | | | | * Bazel: Format all build files with buildifier 0.15.0David Pursehouse2018-08-304-62/+61
| | | | | | | * ChangeIdUtilTest: Remove unused notestCommitDashVDavid Pursehouse2018-08-301-17/+0
* | | | | | | | Use right variable in error message about depthIvan Frade2018-08-301-1/+1
* | | | | | | | Merge "UploadPack: avoid conflating shallow commit lists in protocol v2"Jonathan Nieder2018-08-302-7/+50
|\ \ \ \ \ \ \ \
| * | | | | | | | UploadPack: avoid conflating shallow commit lists in protocol v2Ivan Frade2018-08-302-7/+50
* | | | | | | | | Bazel: Use hyphen instead of underscore in external repository namesDavid Pursehouse2018-08-302-30/+30
* | | | | | | | | Format BUILD files with buildifier 0.15.0David Pursehouse2018-08-301-1/+1
|/ / / / / / / /
* | | | | | | | Merge branch 'stable-5.1'Matthias Sohn2018-08-292-2/+2
|\| | | | | | |
| * | | | | | | Adjust severity of missing execution environment for LFSMarkus Duft2018-08-292-2/+2
| * | | | | | | Prepare 5.1.0-SNAPSHOT buildsMatthias Sohn2018-08-2956-59/+59
| * | | | | | | JGit v5.1.0.201808281540-m3v5.1.0.201808281540-m3Matthias Sohn2018-08-2856-59/+59
* | | | | | | | Upgrade maven-compiler-plugin to 3.8.0David Pursehouse2018-08-291-2/+3
|/ / / / / / /
* | | | | | | Update Orbit to S20180820175350 for 2018-09 M3Matthias Sohn2018-08-2811-17/+17
* | | | | | | Add ls-files CLI commandMatthias Sohn2018-08-284-0/+204
* | | | | | | Merge branch 'stable-5.0'David Pursehouse2018-08-272-1/+4
|\| | | | | |
| * | | | | | Fix NoSuchFileException in GC.deleteTempPacksIdx()Matthias Sohn2018-08-271-0/+3
| * | | | | | Fix NoSuchFileException during directory cleanup in RefDirectoryMatthias Sohn2018-08-271-1/+1
* | | | | | | Merge "Externalize warning message in RefDirectory.delete()"Matthias Sohn2018-08-273-1/+4
|\ \ \ \ \ \ \
| * | | | | | | Externalize warning message in RefDirectory.delete()Matthias Sohn2018-08-273-1/+4
* | | | | | | | Merge "Cleanup existing tests"Christian Halstrick2018-08-271-15/+13
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Cleanup existing testsRené Scheibe2018-08-241-15/+13
* | | | | | | | HttpClientConnectionTest: Throw UnsupportedOperationException for unused methodsDavid Pursehouse2018-08-271-11/+11
* | | | | | | | HttpClientConnectionTest: Reformat with the Eclipse styleDavid Pursehouse2018-08-271-132/+137