Allow fetch--tool to read from stdin
commit46ce8b6d2a88b67a839fb53bfa0b8849215352b5
authorJulian Phillips <jp3@quantumfyre.co.uk>
Tue, 13 Feb 2007 01:21:39 +0000 (13 01:21 +0000)
committerJunio C Hamano <junkio@cox.net>
Wed, 14 Feb 2007 05:43:53 +0000 (13 21:43 -0800)
treeb829c4e30dbf58c08518021ad6a6094563acdcfe
parent86551586da8cba6c06ac04783a656843a4e47f35
Allow fetch--tool to read from stdin

If the reflist is "-" then read the reflist data from stdin instead,
this will allow the passing of more than 128K of reflist data - which
won't fit in the environment passed by execve.

Signed-off-by: Julian Phillips <julian@quantumfyre.co.uk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-fetch--tool.c