summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Add more ssh tests: pushing, known_host file handling, etc.Thomas Wolf2018-11-1346-238/+1265
* | | | | TransportSftp: eliminate dependency on JschThomas Wolf2018-11-135-108/+484
* | | | | Upgrade maven-shade-plugin to 3.2.1David Pursehouse2018-11-121-1/+1
* | | | | Remove line break from sslFailureInfo textMichael Keppler2018-11-111-1/+1
|/ / / /
* | | | Merge changes I97c062d0,Ib4e1f37cDavid Pursehouse2018-11-081-21/+21
|\ \ \ \
| * | | | Simplify RevWalk#iterator by factoring out common codeJonathan Nieder2018-11-081-13/+21
| * | | | Simplify exception handling in RevWalk#iteratorJonathan Nieder2018-11-081-8/+0
* | | | | DepthGenerator: fix multi-child boundary handlingJonathan Tan2018-11-083-3/+98
|/ / / /
* | | | Bazel: Increase severity of ClassCanBeStatic to ERRORDavid Pursehouse2018-11-081-1/+1
* | | | SshTestBase: Make inner class TestCredentialsProvider staticDavid Pursehouse2018-11-081-1/+1
* | | | org.eclipse.jgit.test/BUILD: Format with buildifierDavid Pursehouse2018-11-071-1/+1
* | | | Bazel: Consume versions directly from lib:versions.bzl in skylibDavid Pursehouse2018-11-071-1/+1
* | | | Factor out a JSch-independent ssh config parserThomas Wolf2018-11-067-743/+1263
* | | | Ssh tests with an Apache MINA sshd test git serverThomas Wolf2018-11-0616-5/+922
* | | | Bazel: Format tools/BUILD with buildifierDavid Pursehouse2018-11-061-6/+6
* | | | Merge changes I91883560,I1b12a976David Pursehouse2018-11-052-9/+9
|\ \ \ \
| * | | | Fix package exports in org.eclipse.jgit MANIFEST.MFThomas Wolf2018-11-051-1/+3
| * | | | TransportSftp: remove final modifiers from parametersThomas Wolf2018-11-051-8/+6
* | | | | Upgrade Spotbugs to 3.1.8David Pursehouse2018-11-051-1/+1
* | | | | Bazel: Add missing test dependency on ObjectIdMatcherDavid Pursehouse2018-11-051-0/+1
|/ / / /
* | | | Merge changes from topic 'client-caps-v0-test'Jonathan Nieder2018-11-023-23/+313
|\ \ \ \
| * | | | Add test for protocol v0 parserIvan Frade2018-10-241-0/+199
| * | | | ObjectIdMatcher: Custom matcher for sets of ObjectIdsIvan Frade2018-10-242-23/+114
* | | | | Fix test setup for Eclipse Photon and greaterThomas Wolf2018-11-024-14/+9
* | | | | Update JGit target platforms to Orbit I20181102163257Thomas Wolf2018-11-0213-68/+68
* | | | | Upgrade to Bazel 0.19.0David Ostrovsky2018-11-013-3/+5
* | | | | Silence API errors introduced by f648a3bdMatthias Sohn2018-11-011-0/+22
* | | | | Merge "Update 2018-12 Orbit repository to S20181031145145"David Pursehouse2018-10-3113-24/+66
|\ \ \ \ \
| * | | | | Update 2018-12 Orbit repository to S20181031145145Matthias Sohn2018-10-3113-24/+66
* | | | | | RepoCommand: Preserve executable bit in <copyfile>Ivan Frade2018-10-313-3/+123
* | | | | | RepoCommand.RemoteReader: Add method to read contents and mode of fileIvan Frade2018-10-312-39/+122
* | | | | | RepoCommandTest: Extract method to assert file contentsIvan Frade2018-10-301-42/+17
|/ / / / /
* | | | | Merge changes Ice585525,I73474deaDavid Pursehouse2018-10-295-6/+138
|\ \ \ \ \
| * | | | | Update staging target platform for eclipse platform 4.10Matthias Sohn2018-10-303-6/+54
| * | | | | New target platform for 4.9Matthias Sohn2018-10-302-0/+84
* | | | | | CLIText: Fix typo: remotes's -> remote'sDavid Pursehouse2018-10-291-1/+1
* | | | | | CLIText: Fix typo: 'amd' -> 'and'David Pursehouse2018-10-291-1/+1
|/ / / / /
* | | | | Silence API errors for new methods added to DepthWalkMatthias Sohn2018-10-291-0/+12
* | | | | Remove unused text "symlinkCannotBeWrittenAsTheLinkTarget"Matthias Sohn2018-10-282-2/+0
* | | | | Fix typosMichael Keppler2018-10-283-5/+5
* | | | | Update eclipse compiler org.eclipse.jdt:ecj to 3.15.0Matthias Sohn2018-10-281-1/+1
* | | | | gitignore/gitattributes: fix matching of \rMarc Strapetz2018-10-273-1/+18
* | | | | Upgrade maven-pmd-plugin to 3.11.0David Pursehouse2018-10-261-1/+1
* | | | | Merge "InternalPushConnection: don't swallow RuntimeException"Dave Borowitz2018-10-251-4/+8
|\ \ \ \ \
| * | | | | InternalPushConnection: don't swallow RuntimeExceptionHan-Wen Nienhuys2018-10-151-4/+8
* | | | | | UploadPack: Implement deepen-not for protocol v2Jonathan Tan2018-10-234-19/+262
* | | | | | Throw error when deepen-since excludes all commitsJonathan Tan2018-10-235-0/+32
| |/ / / / |/| | | |
* | | | | Merge changes from topic 'moving-to-request-2'Jonathan Nieder2018-10-228-44/+151
|\ \ \ \ \
| * | | | | UploadPack v0: Extract "agent" client capability at parse timeIvan Frade2018-10-225-17/+51
| * | | | | UploadPack: Return correct peer user agent on v2 requestsIvan Frade2018-10-195-36/+109