]> source.dussan.org Git - jgit.git/commit
Refactor parsing of "filter" into its own method 58/123958/2
authorJonathan Tan <jonathantanmy@google.com>
Mon, 30 Apr 2018 19:49:02 +0000 (12:49 -0700)
committerJonathan Nieder <jrn@google.com>
Tue, 5 Jun 2018 05:08:29 +0000 (22:08 -0700)
commit62c4d3a1335bcc237a290c110b6d95bcc498e18d
treef9c5165f3b1bd41244e74a41a7dcf4950701da50
parent2f608043961fc0902b1904adb77631ec1ebc4833
Refactor parsing of "filter" into its own method

The implementation of protocol v2 will also need to parse the "filter"
option, so refactor it into its own method.

Change-Id: I751f6e6ca63fab873298594653a3885202297a2e
Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
org.eclipse.jgit/src/org/eclipse/jgit/transport/UploadPack.java