From: Julian Phillips Date: Tue, 13 Feb 2007 01:21:39 +0000 (+0000) Subject: Allow fetch--tool to read from stdin X-Git-Tag: v1.5.1-rc1~30^2~10 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/46ce8b6d2a88b67a839fb53bfa0b8849215352b5?hp=46ce8b6d2a88b67a839fb53bfa0b8849215352b5 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 Signed-off-by: Junio C Hamano ---