Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Can we read the message as a stream while pushing to server?

Hi Shawn
Right. You need to modify the transport API to support passing in an
OutputStream so JGit can send to your stream, rather than its buffer.

Great, thanks for confirming!
I'll create a patch that doesn't break the current API and push it to Gerrit. Hope to get your approval/corrections.

Cheers
André


Back to the top