lördag 02 maj 2009 22:30:30 skrev "Shawn O. Pearce" <spearce@xxxxxxxxxxx>: > + * However, during {@link #openFetch()}, if the Transport has configured > + * {@link Transport#getOptionUploadPack()} to be anything other than > + * <code>"git-upload-pack"</code> or <code>"git upload-pack"</code>, this > + * implementation will fork and execute the external process, using an operating > + * system pipe to transfer data. > + * <p> > + * However, during {@link #openPush()}, if the Transport has configured > + * {@link Transport#getOptionReceivePack()} to be anything other than > + * <code>"git-receive-pack"</code> or <code>"git receive-pack"</code>, this > + * implementation will fork and execute the external process, using an operating > + * system pipe to transfer data. > I'll change the second However to Similarly. I think it reads better, even though I'm not a native English speaker. -- robin -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html