Browse Source
If $ls_remote_result was too long, git-fetch--tool -s pick-rref "$rref" "$ls_remote_result" in git-fetch will fail with "argument list too long". This patch fixes git-fetch--tool and git-fetch by passing $ls_remote_result via stdin. Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> Signed-off-by: Junio C Hamano <junkio@cox.net>maint
OGAWA Hirofumi
18 years ago
committed by
Junio C Hamano
2 changed files with 11 additions and 6 deletions
Loading…
Reference in new issue