]> source.dussan.org Git - jgit.git/commit
debug-show-packdelta: Dump a pack delta to the console 12/1112/1
authorShawn O. Pearce <spearce@spearce.org>
Fri, 9 Jul 2010 18:59:55 +0000 (11:59 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 10 Jul 2010 02:12:32 +0000 (19:12 -0700)
commit074055d747026c47040d0306585863ad5d428860
tree56dff8cfc1cb4e5e4237f64d595bf09ca86e2587
parent8612c0ace184797f32204e8e8126f20cf5f02214
debug-show-packdelta:  Dump a pack delta to the console

This is a horribly crude application, it doesn't even verify that
the object its dumping is delta encoded.  Its method of getting the
delta is pretty abusive to the public PackWriter API, because right
now we don't want to expose the real internal low-level methods
actually required to do this.

Change-Id: I437a17ceb98708b5603a2061126eb251e82f4ed4
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit.pgm/META-INF/MANIFEST.MF
org.eclipse.jgit.pgm/META-INF/services/org.eclipse.jgit.pgm.TextBuiltin
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/ShowPackDelta.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackOutputStream.java
org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackWriter.java