]> source.dussan.org Git - jgit.git/commit
Correctly classify the compressing objects phase 08/1108/1
authorShawn O. Pearce <spearce@spearce.org>
Fri, 9 Jul 2010 15:04:06 +0000 (08:04 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 10 Jul 2010 02:06:10 +0000 (19:06 -0700)
commit4569d77e13c7bbf0c7466cbc57d0eefd117cb206
tree9a100b8ddd5196006d7148b5d19245c0b819dec1
parent85b7a53d52c3f2bfb113cc665bd7893504cd4e50
Correctly classify the compressing objects phase

Searching for reuse candidates should be fast compared to actually
doing delta compression.  So pull the progress monitor out of this
phase and rename it back to identify the compressing objects state.

Change-Id: I5eb80919f21c1251e0e3420ff7774126f1f79b27
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackWriter.java