]> source.dussan.org Git - jgit.git/commit
Define a constant for 127 in DeltaEncoder 99/1099/1
authorShawn O. Pearce <spearce@spearce.org>
Wed, 7 Jul 2010 15:52:46 +0000 (08:52 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 7 Jul 2010 16:52:09 +0000 (09:52 -0700)
commit711bd3e3d035b22e41bda32a9463cef3e2dca7a7
tree11d9203f5f7f4412182907e153e8d2fa365a87ad
parentcd7dd8591eccd093707c98bc68743dfae4f37b80
Define a constant for 127 in DeltaEncoder

The special value 127 here means how many bytes we can put into
a single insert command.  Rather than use the magical value 127,
lets name it to better document the code.

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