summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* Increase bazel timeout for long running testsMatthias Sohn2019-06-101-0/+4
* Make pull --rebase on an unborn branch do a checkoutThomas Wolf2019-06-101-0/+28
* Handle escaped CR-LF in git config filesThomas Wolf2019-06-081-0/+35
* DescribeCommand: use glob match instead of path matchThomas Wolf2019-06-071-0/+17
* Fix off-by-one error in RebaseTodoFile when reading a todo fileThomas Wolf2019-06-071-0/+142
* Consistently use "!isEmpty()" to detect non-empty listDavid Pursehouse2019-06-071-5/+5
* NetscapeCookieFileTest: Split HttpCookiesMatcher to own classDavid Pursehouse2019-06-074-104/+153
* Bazel: Add missing dependency on mockito for TransportHttpTestDavid Pursehouse2019-06-071-0/+4
* Support reading and writing cookies.Konrad Windszus2019-06-068-0/+722
* Replace most usages of PacketLineIn.END with PacketLineIn.end()David Pursehouse2019-06-033-81/+84
* PacketLineIn: Deprecate DELIM constantDavid Pursehouse2019-06-032-67/+67
* Replace trivial reference comparison of PacketLineIn.{DELIM,END}David Pursehouse2019-06-025-50/+49
* PacketLineIn: Rename isDelim to isDelimiterDavid Pursehouse2019-06-021-1/+1
* ProtocolV2ParserTest: Fix typo in commentDavid Pursehouse2019-06-021-1/+1
* Upgrade Bouncy Castle to 1.61Brandon Weeks2019-06-011-1/+1
* DescribeCommand: Support the "always" optionSebastian Schuberth2019-05-311-7/+24
* Remove excess blank line in FileUtilsTestMatthias Sohn2019-05-311-1/+0
* PacketLineIn: Add helper methods to check for END and DELIMDavid Pursehouse2019-05-301-6/+7
* UploadPackTest: Rename variable to avoid hiding class memberDavid Pursehouse2019-05-301-4/+4
* UploadPackTest: Add missing <> operator on instantiation of ArrayListDavid Pursehouse2019-05-301-1/+1
* BitmapCalculator and its test: add missing license headerMatthias Sohn2019-05-231-0/+42
* Tune max heap size for testsMatthias Sohn2019-05-221-1/+1
* Recognize ReachabilityCheckerTestCase as helperJonathan Tan2019-05-201-0/+1
* Merge changes from topic 'reachability-2'Jonathan Tan2019-05-204-0/+433
|\
| * BitmappedReachabilityChecker: Reachability check using bitmapsIvan Frade2019-05-151-0/+69
| * BitmapCalculator: Get the reachability bitmap of a commitIvan Frade2019-05-151-0/+139
| * ReachabilityChecker: Default implementation with a RevWalkIvan Frade2019-05-152-0/+225
* | Convert to lambda or member referenceCarsten Hammer2019-05-1616-384/+211
|/
* Apache MINA sshd client: test reading encrypted ed25519 keysThomas Wolf2019-05-063-1/+12
* Apache MINA sshd client: adapt to sshd 2.2.0Thomas Wolf2019-05-062-2/+2
* Merge branch 'stable-5.3'Matthias Sohn2019-04-293-19/+96
|\
| * Prepare 5.3.2-SNAPSHOT buildsMatthias Sohn2019-04-282-51/+51
| * JGit v5.3.1.201904271842-rv5.3.1.201904271842-rMatthias Sohn2019-04-282-2/+2
| * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-04-283-19/+96
| |\
| | * Prepare 5.2.3-SNAPSHOT buildsMatthias Sohn2019-04-242-51/+51
| | * JGit v5.2.2.201904231744-rv5.2.2.201904231744-rMatthias Sohn2019-04-232-2/+2
| | * Revert 4678f4b and provide another solution for bug 467631Thomas Wolf2019-04-203-19/+96
* | | tree:<depth>: do not revisit tree during packingMatthew DeVore2019-04-161-0/+122
* | | tree:<depth> should not traverse overly-deep treesMatthew DeVore2019-04-161-0/+7
* | | Preliminary support for tree:<depth> filterMatthew DeVore2019-04-163-0/+215
* | | Use Arrays.asList instead of copying array in a for loopCarsten Hammer2019-04-142-4/+4
* | | Use isEmpty() instead of size()==0 where possibleCarsten Hammer2019-04-132-6/+5
* | | Use jdk 5 for loopCarsten Hammer2019-04-136-34/+51
* | | Join catch sections using multicatchCarsten Hammer2019-04-131-3/+1
* | | Use StringBuilder instead of StringBuffer where possible.Carsten Hammer2019-04-111-1/+1
* | | ConfigTest: Add test for parsing invalid group headerDavid Pursehouse2019-04-111-0/+7
* | | Introduce RefDatabase#getTipsWithSha1 to list refs pointing to objectPatrick Hiesel2019-04-082-1/+72
* | | UploadPackTest: Stop using deprecated Transport.setFilterBlobLimit(long)David Pursehouse2019-04-081-6/+6
* | | DfsRefDatabase: Keep update index when peeling a referenceIvan Frade2019-03-291-0/+94
* | | Clarify error message for invalid Windows charactersHan-Wen Nienhuys2019-03-291-3/+15