aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/ProtocolV0ParserTest.java
Commit message (Expand)AuthorAgeFilesLines
* UploadPack: Receive and parse client session-idJosh Brown2022-11-021-0/+19
* Fetch: add support for shallowRobin Müller2022-07-311-1/+38
* Do not send empty blob in response to blob:none filterJonathan Nieder2020-07-291-0/+8
* Replace deprecated junit assertion methods with hamcrestMatthias Sohn2020-01-221-1/+1
* 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-6/+6
* Replace trivial reference comparison of PacketLineIn.{DELIM,END}David Pursehouse2019-06-021-2/+2
* Preliminary support for tree:<depth> filterMatthew DeVore2019-04-161-0/+1
* Put filter spec information in a dedicated objectMatthew DeVore2019-03-221-1/+1
* Add test for protocol v0 parserIvan Frade2018-10-241-0/+199