Re: [PATCH] bundle: dup() output descriptor closer to point-of-use

2018-11-16 Thread Junio C Hamano
Jeff King writes: > Actually, I realized there's an even simpler way to do this. Here it is. > > -- >8 -- > Subject: [PATCH] bundle: dup() output descriptor closer to point-of-use > > When writing a bundle to a file, the bundle code actually creates > "yo

Re: [PATCH] bundle: dup() output descriptor closer to point-of-use

2018-11-16 Thread Johannes Schindelin
pherd your patch? > > > > > > I'll wrap it up with a commit message and a test. > > Actually, I realized there's an even simpler way to do this. Here it is. > > -- >8 -- > Subject: [PATCH] bundle: dup() output descriptor closer to point-of-use >

[PATCH] bundle: dup() output descriptor closer to point-of-use

2018-11-16 Thread Jeff King
anks for checking! > > > Do you want to integrate this test into your patch and run with it, or > > > do you want me to shepherd your patch? > > > > I'll wrap it up with a commit message and a test. Actually, I realized there's an even simpler way to do this