aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/ProtocolV2ParserTest.java
Commit message (Expand)AuthorAgeFilesLines
* Replace ExpectedException which was deprecated in junit 4.13Matthias Sohn2020-01-241-9/+5
* Replace deprecated junit assertion methods with hamcrestMatthias Sohn2020-01-221-2/+2
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Replace most usages of PacketLineIn.END with PacketLineIn.end()David Pursehouse2019-06-031-15/+15
* PacketLineIn: Deprecate DELIM constantDavid Pursehouse2019-06-031-15/+15
* Replace trivial reference comparison of PacketLineIn.{DELIM,END}David Pursehouse2019-06-021-2/+2
* ProtocolV2ParserTest: Fix typo in commentDavid Pursehouse2019-06-021-1/+1
* Preliminary support for tree:<depth> filterMatthew DeVore2019-04-161-0/+14
* Put filter spec information in a dedicated objectMatthew DeVore2019-03-221-2/+2
* Merge branch 'stable-5.1' into stable-5.2Jonathan Nieder2018-12-261-28/+15
|\
| * UploadPack: Defer want-ref resolution to after parsingJonathan Nieder2018-12-261-30/+15
* | ObjectIdMatcher: Custom matcher for sets of ObjectIdsIvan Frade2018-10-241-23/+14
* | Rename Fetch V2 request wantsIds and optionsIvan Frade2018-10-151-8/+8
* | ProtocolV2ParserTest: Fix incorrect usage of ExpectedExceptionDavid Pursehouse2018-09-251-7/+7
* | Move ls-refs parsing code to the ProtocolV2ParserIvan Frade2018-09-141-0/+57
|/
* Extract protocol v2 fetch request parsing to its own classIvan Frade2018-08-311-0/+336