]> git.ipfire.org Git - thirdparty/git.git/commit - apply.c
apply: use error_errno() where possible
authorChristian Couder <christian.couder@gmail.com>
Sun, 4 Sep 2016 20:18:24 +0000 (22:18 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Sep 2016 19:29:53 +0000 (12:29 -0700)
commit90875eca5a0b227e6a1be3ccece0a3da5e72017f
tree1e59e0d4e513d64f6ce7bef55093b8a5dc84e336
parent9123d5ddfe1c701a47d034403d302d57acf3e8bb
apply: use error_errno() where possible

To avoid possible mistakes and to uniformly show the errno
related messages, let's use error_errno() where possible.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
apply.c