Re: [PATCH 1/1] mingw: optionally disable side-band-64k for transport

2019-05-03 Thread Johannes Schindelin
Hi Hannes, On Wed, 1 May 2019, Johannes Sixt wrote: > Am 01.05.19 um 00:33 schrieb Johannes Schindelin: > > On Tue, 30 Apr 2019, Johannes Sixt wrote: > >> Am 30.04.19 um 01:17 schrieb Johannes Schindelin: > >>> You're right, this is confusing, especially since Git for Windows 2.x does > >>> not h

Re: [PATCH 1/1] mingw: optionally disable side-band-64k for transport

2019-04-30 Thread Johannes Sixt
Am 01.05.19 um 00:33 schrieb Johannes Schindelin: > On Tue, 30 Apr 2019, Johannes Sixt wrote: >> Am 30.04.19 um 01:17 schrieb Johannes Schindelin: >>> You're right, this is confusing, especially since Git for Windows 2.x does >>> not have that bug. >> >> If there is no bug, why do we need the patch

Re: [PATCH 1/1] mingw: optionally disable side-band-64k for transport

2019-04-30 Thread Johannes Schindelin
Hi brian, On Mon, 29 Apr 2019, brian m. carlson wrote: > On Mon, Apr 29, 2019 at 03:04:36PM -0700, Thomas Braun via GitGitGadget wrote: > > From: Thomas Braun > > > > Since commit 0c499ea60f (send-pack: demultiplex a sideband stream with > > status data, 2010-02-05) the built-in send-pack uses t

Re: [PATCH 1/1] mingw: optionally disable side-band-64k for transport

2019-04-30 Thread Johannes Schindelin
Hi Hannes, On Tue, 30 Apr 2019, Johannes Sixt wrote: > Am 30.04.19 um 01:17 schrieb Johannes Schindelin: > > On Mon, 29 Apr 2019, Eric Sunshine wrote: > >> On Mon, Apr 29, 2019 at 6:04 PM Thomas Braun via GitGitGadget > >>> diff --git a/Documentation/config/sendpack.txt > >>> b/Documentation/con

Re: [PATCH 1/1] mingw: optionally disable side-band-64k for transport

2019-04-29 Thread Johannes Sixt
Am 30.04.19 um 01:17 schrieb Johannes Schindelin: > On Mon, 29 Apr 2019, Eric Sunshine wrote: >> On Mon, Apr 29, 2019 at 6:04 PM Thomas Braun via GitGitGadget >>> diff --git a/Documentation/config/sendpack.txt >>> b/Documentation/config/sendpack.txt >>> @@ -0,0 +1,5 @@ >>> +sendpack.sideband:: >>>

Re: [PATCH 1/1] mingw: optionally disable side-band-64k for transport

2019-04-29 Thread brian m. carlson
On Mon, Apr 29, 2019 at 03:04:36PM -0700, Thomas Braun via GitGitGadget wrote: > From: Thomas Braun > > Since commit 0c499ea60f (send-pack: demultiplex a sideband stream with > status data, 2010-02-05) the built-in send-pack uses the side-band-64k > capability if advertised by the server. > > Un

Re: [PATCH 1/1] mingw: optionally disable side-band-64k for transport

2019-04-29 Thread Johannes Schindelin
Hi Eric, On Mon, 29 Apr 2019, Eric Sunshine wrote: > On Mon, Apr 29, 2019 at 6:04 PM Thomas Braun via GitGitGadget > wrote: > > Since commit 0c499ea60f (send-pack: demultiplex a sideband stream with > > status data, 2010-02-05) the built-in send-pack uses the side-band-64k > > capability if adve

Re: [PATCH 1/1] mingw: optionally disable side-band-64k for transport

2019-04-29 Thread Eric Sunshine
On Mon, Apr 29, 2019 at 6:04 PM Thomas Braun via GitGitGadget wrote: > Since commit 0c499ea60f (send-pack: demultiplex a sideband stream with > status data, 2010-02-05) the built-in send-pack uses the side-band-64k > capability if advertised by the server. > > Unfortunately this breaks pushing ove