]> source.dussan.org Git - jgit.git/commit
Add doNotDelta flag to ObjectToPack 05/1105/1
authorShawn O. Pearce <spearce@spearce.org>
Fri, 9 Jul 2010 00:19:20 +0000 (17:19 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 10 Jul 2010 02:00:49 +0000 (19:00 -0700)
commit823e9a972100ad197fcb40efb37e1ca33f4bdb01
treebbcfe290f364af32c573a5858263b870cc7abc7f
parent616bc74cf7f888b3bf9c091e13c954ea45b8d68c
Add doNotDelta flag to ObjectToPack

This flag will later control whether or not PackWriter search for a
delta base for this object.  Edge objects will never get searched,
as the writer won't be outputting them, so they should always have
this flag set on.  Sometime in the future this flag should also be
set for file blobs on file paths that have the "-delta" gitattribute
set in the repository's attributes file.

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