]> source.dussan.org Git - jgit.git/commit
Rename Fetch V2 request wantsIds and options 54/130954/2
authorIvan Frade <ifrade@google.com>
Mon, 15 Oct 2018 19:43:29 +0000 (12:43 -0700)
committerIvan Frade <ifrade@google.com>
Mon, 15 Oct 2018 23:27:58 +0000 (16:27 -0700)
commit8460ab8e879e4f9fe55f9e3a3c412c7c5369b5f9
tree449eeb58e43372b69829251fd1de0b97e63321fc
parent7d7b8dec567e0d8506d59761c09a9307d6103f6b
Rename Fetch V2 request wantsIds and options

In FetchV0Request, the fields "wantsIds" and "options" are called
"wantIds" and "clientCapabilities". Those names describe them better.

Rename FetchV2Request fields to follow fetch v0. This will make easier
to extract a superclass later.

Take also the chance to polish the javadoc.

Change-Id: Ia17dbbab8084f39cc529fef9ca5c65e189073767
Signed-off-by: Ivan Frade <ifrade@google.com>
org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/ProtocolV2ParserTest.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/FetchV2Request.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/ProtocolV2Parser.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/UploadPack.java