On Tue, 2014-05-13 at 18:15 +0700, Nguyễn Thái Ngọc Duy wrote:
> + if (run_command(&cp))
> + warning(_("failed to start read-cache--daemon: %s"),
> + strerror(errno));errno is not always (ever?) set, so if read-cache--daemon is missing, you get: warning: failed to start read-cache--daemon: Success -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

