]> source.dussan.org Git - jgit.git/commit
FetchV2Request: Rename shallowSince to deepenSince 78/128478/1
authorJonathan Nieder <jrn@google.com>
Fri, 31 Aug 2018 20:07:45 +0000 (13:07 -0700)
committerJonathan Nieder <jrn@google.com>
Fri, 31 Aug 2018 20:07:45 +0000 (13:07 -0700)
commit346bc34169e86121b71206374653891dc5bc4512
tree8a2a09c783fe1a5a6b53f498de85193ee785d8d1
parent4e8feb96a3fdffdd64360ddf3632420a42470737
FetchV2Request: Rename shallowSince to deepenSince

This fetch parameter is called deepen-since in the protocol.  Call it
the same thing in the request object to make the code easier to reason
about.

This doesn't touch UploadPack#shallowSince, which is likely to be
eliminated altogether in a later patch anyway.

Change-Id: I8ef34bc7ad12fae3a9057ae951367cc024e1a1cb
Suggested-by: Ivan Frade <ifrade@google.com>
Signed-off-by: Jonathan Nieder <jrn@google.com>
org.eclipse.jgit/src/org/eclipse/jgit/transport/FetchV2Request.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/UploadPack.java