]> source.dussan.org Git - jgit.git/commit
Extract ObjectToPack to be top-level 64/964/1
authorShawn O. Pearce <spearce@spearce.org>
Sat, 26 Jun 2010 01:05:13 +0000 (18:05 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 26 Jun 2010 06:26:19 +0000 (23:26 -0700)
commita2208be6aaf4a3763beb1b6e0ef374d77570a165
treed8091ce3df480f039a1c57dad9d5f158cf250b9c
parent767fd314ada5649f77c18e9f4e9b744261301520
Extract ObjectToPack to be top-level

This shortens the implementation within PackWriter, and starts
to open the door for some other refactorings based on changing
the ObjectToPack to be a public part of the API.

Change-Id: Id849cbffc4de20b903e844a2de7737eeb8b7a3ff
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectToPack.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/lib/PackWriter.java