From: Nguyễn Thái Ngọc Duy Date: Wed, 3 May 2017 10:16:47 +0000 (+0700) Subject: clone: use xfopen() instead of fopen() X-Git-Tag: v2.14.0-rc0~95^2~10 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/02912f477586befaf46e0db4f7c47b52081d5b6d?ds=sidebyside;hp=02912f477586befaf46e0db4f7c47b52081d5b6d clone: use xfopen() instead of fopen() copy_alternates() called fopen() without handling errors. By switching to xfopen(), this bug is fixed. Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano ---