aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.archive/src/org/eclipse
diff options
context:
space:
mode:
authorJonathan Nieder <jrn@google.com>2013-05-24 18:24:53 -0700
committerJonathan Nieder <jrn@google.com>2013-05-24 18:28:37 -0700
commitf99fa9d23e93fdd34124e2100d629680894477d7 (patch)
treebaf39310ce76f7ce50939fbedc1302a63de4517e /org.eclipse.jgit.archive/src/org/eclipse
parent56276d053f44209f25951d3acfba226c563a81f0 (diff)
downloadjgit-f99fa9d23e93fdd34124e2100d629680894477d7.tar.gz
jgit-f99fa9d23e93fdd34124e2100d629680894477d7.zip
Release ArchiveCommand's ObjectReader in call()
Make call() release all private resources so instead of using a pattern like ArchiveCommand cmd = git.archive(); try { cmd.setTree(tree) . ... .call(); } finally { cmd.release(); } callers can just use git.archive().setTree(tree)....call() directly. This involves pushing more work out of parameter setters and into call() so the ObjectReader is not allocated and potentially leaked before then. Change-Id: I699f703c6302696e1cc276d7ab8ee597d82f2c5d
Diffstat (limited to 'org.eclipse.jgit.archive/src/org/eclipse')
0 files changed, 0 insertions, 0 deletions