]> source.dussan.org Git - jgit.git/commit
Add copyTo(byte[], int) to AnyObjectId 14/1214/3
authorShawn O. Pearce <spearce@spearce.org>
Fri, 30 Jul 2010 02:41:59 +0000 (19:41 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 21 Aug 2010 00:41:27 +0000 (17:41 -0700)
commit8878d301ac6d79e2528be4a040a858c660e4cb30
tree824fb531c159fd172c29f4ec7931abc924ad7f79
parent540df6c9fe67bc6424547101b1e260e3b2149603
Add copyTo(byte[], int) to AnyObjectId

This permits formatting in hex into an existing byte array
supplied by the caller, and mirrors our copyRawTo method
with the same parameter signature.

Change-Id: Ia078d83e338b09b903bfd2d04284e5283f885a19
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit/src/org/eclipse/jgit/lib/AnyObjectId.java