Simplify UploadPack use of options during writing
commitbb99ec0aa00aab6d9f60e4d35c93d20bd614e4dc
authorShawn O. Pearce <spearce@spearce.org>
Wed, 28 Jul 2010 17:52:36 +0000 (28 10:52 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 28 Jul 2010 19:13:48 +0000 (28 12:13 -0700)
tree8507b42d13e36892d456e79e2f9022a34ebb8865
parent1a06179ea707ab088b6543df77be5cf0ea44c497
Simplify UploadPack use of options during writing

We only use these variables once, so just put them at the proper
use site and avoid assigning the local variable.  The code is a
bit shorter and the intent is a little bit more clear.

Change-Id: I70d120fb149b612ac93055ea39bc053b8d90a5db
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit/src/org/eclipse/jgit/transport/UploadPack.java