aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst
Commit message (Expand)AuthorAgeFilesLines
* 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
* Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2018-09-306-13/+18
* TestProtocolTest: Add missing calls to fail()David Pursehouse2018-09-301-0/+3
* BlockListTest: Add missing calls to fail()David Pursehouse2018-09-291-0/+13
* DirCacheBuilderTest#testBuildRejectsUnsetFileMode: Add missing fail()David Pursehouse2018-09-291-0/+1
* DirCacheCheckoutTest#testCheckoutHierarchy: Add missing call to fail()David Pursehouse2018-09-291-0/+1
* ConfigTest: Fix tests for getting empty config value as intDavid Pursehouse2018-09-291-10/+2
* UploadPack: support deepen-since in protocol v2Jonathan Tan2018-09-271-0/+54
* FileRepositoryBuilderTest: Don't explicitly close BufferedWriter in try-with-...David Pursehouse2018-09-271-35/+34
* Explicitly specify charset when constructing FileWriterDavid Pursehouse2018-09-263-14/+27
* Explicitly specify charset when constructing BufferedReaderDavid Pursehouse2018-09-261-29/+30
* Explicitly specify charset in constructor of InputStreamReaderDavid Pursehouse2018-09-263-3/+8
* Explicitly specify charset when calling getBytesDavid Pursehouse2018-09-2613-76/+88
* Explicitly specify charset in constructor of StringDavid Pursehouse2018-09-265-25/+35
* Make inner classes static where possibleDavid Pursehouse2018-09-267-9/+10
* T0003_BasicTest: Fix incorrect usage of ExpectedExceptionDavid Pursehouse2018-09-251-1/+1
* ProtocolV2ParserTest: Fix incorrect usage of ExpectedExceptionDavid Pursehouse2018-09-251-7/+7
* Query references by multiple prefixesMinh Thai2018-09-241-0/+13
* Config.set-methods should not touch lines from included filesMarc Strapetz2018-09-201-12/+323
* Don't inline included configs on FileBasedConfig.save()Marc Strapetz2018-09-201-0/+52
* Set TagOpt.AUTO_FOLLOW when not cloning all branchesThomas Wolf2018-09-151-0/+4
* Fix fetch refspecs when not cloning all branchesThomas Wolf2018-09-151-5/+22
* Move ls-refs parsing code to the ProtocolV2ParserIvan Frade2018-09-141-0/+57
* 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-042-0/+75
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-0435-222/+227
* Simplify file creation in ResetCommandTestRené Scheibe2018-09-031-38/+17
* Specify charset when constructing InputStreamReaderDavid Pursehouse2018-09-023-3/+5
* Merge "Replace useminimalnegotation flag with maxhaves flag"Jonathan Nieder2018-08-311-18/+4
|\
| * Replace useminimalnegotation flag with maxhaves flagMinh Thai2018-08-311-18/+4
* | Extract protocol v2 fetch request parsing to its own classIvan Frade2018-08-311-0/+336
|/
* UploadPack: avoid conflating shallow commit lists in protocol v2Ivan Frade2018-08-301-0/+38
* Merge "Cleanup existing tests"Christian Halstrick2018-08-271-15/+13
|\
| * Cleanup existing testsRené Scheibe2018-08-241-15/+13
* | Merge branch 'stable-5.0'Matthias Sohn2018-08-251-0/+159
|\ \ | |/ |/|
| * Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-08-251-0/+159
| |\
| | * Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-08-251-0/+159
| | |\
| | | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-08-241-0/+159
| | | |\
| | | | * Fix fetching with duplicate ref updatesThomas Wolf2018-08-221-0/+29
| | | | * Fetch(Process): should tolerate duplicate refspecsMarc Strapetz2018-08-221-0/+45
| | | | * FetchCommandTest: test add/update/delete fetchMarc Strapetz2018-08-221-0/+85
* | | | | refactor: simplify collection.toArray()Michael Keppler2018-08-232-5/+5
* | | | | Merge "Support remove-project node in the manifest parser"Jonathan Nieder2018-08-201-0/+26
|\ \ \ \ \
| * | | | | Support remove-project node in the manifest parserMasaya Suzuki2018-08-201-0/+26
* | | | | | SubmoduleDeinitTest fails on WindowsAndrey Loskutov2018-08-191-4/+6
* | | | | | FilterCommandsTest fails on WindowsAndrey Loskutov2018-08-191-0/+2
* | | | | | ReceivePackAdvertiseRefsHookTest.testSuccess() fails on WindowsAndrey Loskutov2018-08-191-0/+1