]> source.dussan.org Git - jgit.git/commit
PackWriter: Don't include edges in progress meter 83/2383/2
authorShawn O. Pearce <spearce@spearce.org>
Sun, 30 Jan 2011 22:41:50 +0000 (14:41 -0800)
committerChris Aniszczyk <caniszczyk@gmail.com>
Tue, 1 Feb 2011 14:55:43 +0000 (08:55 -0600)
commit37a10e30061a878cb3efe17d7cc47ec576c40af1
tree06e6f9df2334aaffe8142d9c30459860a1ada25b
parentcc5295c4b4b023843bedeefdff9f7cc016595b77
PackWriter: Don't include edges in progress meter

When compressing objects, don't include the edges in the progress
meter.  These cost almost no CPU time as they are simply pushed into
and popped out of the delta search window.

Change-Id: I7ea19f0263e463c65da34a7e92718c6db1d4a131
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/DeltaWindow.java
org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackWriter.java