]> source.dussan.org Git - jgit.git/commit
UploadPack: Use request instead of field for filterBlobLimt 51/129751/2
authorIvan Frade <ifrade@google.com>
Tue, 18 Sep 2018 21:58:44 +0000 (14:58 -0700)
committerIvan Frade <ifrade@google.com>
Tue, 16 Oct 2018 18:17:42 +0000 (11:17 -0700)
commit2bedc6e08b555458bc3af600ba73b8e669011db7
tree44219dec95ad8a317f9ac1738fb013fc44a8cd6e
parentec838fee0c886b395d4fedf4ce77a49b653b4a61
UploadPack: Use request instead of field for filterBlobLimt

filterBlobLimit is not part of the UploadPack state, and as field
of the class is difficult to see where it is set or accessed.

Use the request object instead of a field. This reduces
UploadPack state and makes clearer how the value is used.

Change-Id: I96a04a5a8b31bf2243de701e1fd7ebb4080b49e2
Signed-off-by: Ivan Frade <ifrade@google.com>
org.eclipse.jgit/src/org/eclipse/jgit/transport/UploadPack.java