]> source.dussan.org Git - jgit.git/commit
PackWriter: Fix total delta count 72/2572/1
authorShawn O. Pearce <spearce@spearce.org>
Wed, 23 Feb 2011 00:53:22 +0000 (16:53 -0800)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 23 Feb 2011 01:00:05 +0000 (17:00 -0800)
commit977446e5da257408a3ac1ec9eb3c2258d0bcf061
tree87a6b6bfc7cb3e135f1eccdcb70934c2f93258f0
parent561549d766d3d3010b62d5ae44e4937a2092b863
PackWriter: Fix total delta count

The total delta count is supposed to include reused deltas, not
just newly created deltas.

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