From: Nguyễn Thái Ngọc Duy Date: Wed, 3 May 2017 10:16:46 +0000 (+0700) Subject: use xfopen() in more places X-Git-Tag: v2.14.0-rc0~95^2~11 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/23a9e0712d76a63c5af1caeb816943f466f0300e?hp=23a9e0712d76a63c5af1caeb816943f466f0300e use xfopen() in more places xfopen() - provides error details - explains error on reading, or writing, or whatever operation - has l10n support - prints file name in the error Some of these are missing in the places that are replaced with xfopen(), which is a clear win. In some other places, it's just less code (not as clearly a win as the previous case but still is). The only slight regresssion is in remote-testsvn, where we don't report the file class (marks files) in the error messages anymore. But since this is a _test_ svn remote transport, I'm not too concerned. Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano ---