final Set<? extends OpenOption> options,
final JGitPathImpl gPath,
final FileAttribute<?>[] attrs ) throws java.io.IOException {
final File file = File.createTempFile( "gitz", "woot" );
return new SeekableByteChannelFileBasedImpl( new RandomAccessFile( file, "rw" ).getChannel() ) {
@Override
public void close() throws java.io.IOException {
super.close();
File tempDot = null;