]> source.dussan.org Git - jgit.git/commit
Refactor unshallowCommits to local variable 55/123955/2
authorJonathan Tan <jonathantanmy@google.com>
Tue, 22 May 2018 22:19:04 +0000 (15:19 -0700)
committerJonathan Nieder <jrn@google.com>
Tue, 5 Jun 2018 05:04:18 +0000 (22:04 -0700)
commitcd0d69ffec9eedff24a2692d18024e752cadc7c8
treed4d093c1275de80609d142499afafeb0fe696001
parentf516c1df9d18ff9aaba1dd5668db1776d42dd2bb
Refactor unshallowCommits to local variable

This reduces the amount of state held as instance variables in
UploadPack, and makes it easier for a future patch to contain a clearer
version of UploadPack#processShallow.

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