]> source.dussan.org Git - jgit.git/commit
Use copyTo during checkout of files to working tree 25/1025/1
authorShawn O. Pearce <spearce@spearce.org>
Thu, 1 Jul 2010 01:56:20 +0000 (18:56 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 1 Jul 2010 01:56:20 +0000 (18:56 -0700)
commitd04b7972d891a51b4b4c09128431961fece52e75
treecb72972cbe303a7f45c35c3ab546d8d824affe4e
parenta0fd06e5c2696cc6bed396fd513ec8e4465e399c
Use copyTo during checkout of files to working tree

This way we can stream a large file through memory, rather than
loading the entire thing into a single contiguous byte array.

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