aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | New GpgConfig for typed access to GPG settingsGunnar Wagenknecht2018-11-201-0/+147
* | | | | | Apache MINA sshd clientThomas Wolf2018-11-132-1042/+0
* | | | | | Add more ssh tests: pushing, known_host file handling, etc.Thomas Wolf2018-11-133-206/+786
* | | | | | DepthGenerator: fix multi-child boundary handlingJonathan Tan2018-11-081-0/+85
* | | | | | SshTestBase: Make inner class TestCredentialsProvider staticDavid Pursehouse2018-11-081-1/+1
* | | | | | Factor out a JSch-independent ssh config parserThomas Wolf2018-11-061-16/+0
* | | | | | Ssh tests with an Apache MINA sshd test git serverThomas Wolf2018-11-063-0/+594
* | | | | | 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
* | | | | | | RepoCommand: Preserve executable bit in <copyfile>Ivan Frade2018-10-311-0/+118
* | | | | | | RepoCommand.RemoteReader: Add method to read contents and mode of fileIvan Frade2018-10-311-12/+19
* | | | | | | RepoCommandTest: Extract method to assert file contentsIvan Frade2018-10-301-42/+17
* | | | | | | gitignore/gitattributes: fix matching of \rMarc Strapetz2018-10-272-0/+17
* | | | | | | UploadPack: Implement deepen-not for protocol v2Jonathan Tan2018-10-231-0/+106
* | | | | | | Throw error when deepen-since excludes all commitsJonathan Tan2018-10-231-0/+20
|/ / / / / /
* | | | | | Merge changes from topic 'moving-to-request-2'Jonathan Nieder2018-10-222-15/+70
|\ \ \ \ \ \
| * | | | | | UploadPack v0: Extract "agent" client capability at parse timeIvan Frade2018-10-221-3/+12
| * | | | | | UploadPack: Return correct peer user agent on v2 requestsIvan Frade2018-10-191-12/+58
* | | | | | | Make PrePushHook properly terminate ref linesMarkus Keller2018-10-211-1/+1
* | | | | | | CheckoutCommand: force flag now allows overwriteNed Twigg2018-10-201-1/+3
|/ / / / / /
* | | | | | Accept protocol v2 server options on fetch and ls-refs requestsIvan Frade2018-10-191-21/+64
* | | | | | UnionInputStreamTest: Suppress ErrorProne warning about missing synchronizedDavid Pursehouse2018-10-171-0/+2
* | | | | | Rename Fetch V2 request wantsIds and optionsIvan Frade2018-10-151-8/+8
* | | | | | FirstWant: tighten first-want line validationIvan Frade2018-10-121-2/+43
* | | | | | Move first line parsing for v0/v1 pack negotiation out of UploadPackIvan Frade2018-10-121-0/+80
* | | | | | ValidRefNameTest#testNormalizeBranchName: Fix string/ref equality checkDavid Pursehouse2018-10-101-2/+2
* | | | | | DfsFsck: Check that .gitmodules in the repository have valid contentsIvan Frade2018-10-091-0/+55
* | | | | | SubmoduleValidator: Always throw SubmoduleValidationExceptionIvan Frade2018-10-091-3/+2
* | | | | | Merge branch 'stable-5.1'Matthias Sohn2018-10-063-2/+210
|\| | | | |
| * | | | | Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2018-10-063-2/+210
| |\| | | |
| | * | | | Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-10-063-2/+213
| | |\| | |
| | | * | | Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-10-063-2/+213
| | | |\| |
| | | | * | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-10-063-2/+213
| | | | |\|
| | | | | * Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-10-063-2/+213
| | | | | |\
| | | | | | * Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2018-10-063-3/+214
| | | | | | |\
| | | | | | | * BaseReceivePack: Validate incoming .gitmodules filesIvan Frade2018-10-051-0/+65
| | | | | | | * ObjectChecker: Report .gitmodules files found in the packIvan Frade2018-10-051-2/+117
| | | | | | | * SubmoduleAddCommand: Reject submodule URIs that look like cli optionsIvan Frade2018-10-051-1/+32
| | | * | | | | Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-09-081-4/+5
| | | |\| | | |
| | | | * | | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-09-081-4/+5
| | | | |\| | |
| | | | | * | | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-09-081-4/+5
| | | | | |\| |
| | | | | | * | Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2018-09-081-4/+5
| | | | | | |\|
| | | | | | | * Use constant for ".lock"Matthias Sohn2018-09-071-4/+5
| | | | | | * | Merge branch 'stable-4.7' into stable-4.8David Pursehouse2018-08-311-17/+0
| | | | | | |\|
| | | | | | | * ChangeIdUtilTest: Remove unused notestCommitDashVDavid Pursehouse2018-08-301-17/+0
* | | | | | | | Fix handling of core.eol=native and of crlf attributeThomas Wolf2018-10-041-0/+181
* | | | | | | | Override int read(byte[], int, int) on test instances of InputStreamDavid Pursehouse2018-10-012-0/+11
* | | | | | | | Explicitly specify charset when constructing PrintWriterDavid Pursehouse2018-09-304-41/+47
* | | | | | | | MergeFormatter{Pass}: Use Charset instead of StringDavid Pursehouse2018-09-302-2/+2