]> git.ipfire.org Git - thirdparty/git.git/commit - http.c
http: style fixes for curl_multi_init error check
authorJeff King <peff@peff.net>
Sun, 17 Aug 2014 07:35:53 +0000 (03:35 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 Aug 2014 17:53:55 +0000 (10:53 -0700)
commit8837eb47f27665450c898affc39816c48edacd80
tree43640c201b13a4d2d96aa11994d43d91e37cf8fb
parentfaa3807cfe95bace6eaa9e8775520fab713c27d0
http: style fixes for curl_multi_init error check

Unless there is a good reason, we should use die() rather than
fprintf/exit. We can also shorten the message to match other curl init
failures (and match our usual lowercase no-full-stop style).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http.c