Thread (15 messages) flat view 15 messages, 5 authors, 2016-06-15

Re: [PATCH] t5570: forward git-daemon messages in a different way

From: Clemens Buchacher <hidden>
Date: 2016-06-15 22:53:35

On Sat, Apr 14, 2012 at 02:13:58PM +0200, Clemens Buchacher wrote:
In order to better understand the problem on your side, can you execute
this script and tell me what it does for you?
Oops, this is what I really wanted:

#!/bin/sh

mkfifo fd
yes >fd &
pid=$!
{
	read line
	echo $line
	cat <fd &
} <fd
sleep 1
kill $pid
wait $pid
rm -f fd
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help