Re: [PATCH] Fix confusing wording

2018-01-07 Thread Ivan Pozdeev
On 27.12.2017 22:44, Junio C Hamano wrote: Ivan Pozdeev writes: Not sure if I should add a CVE-2009-0037 reference as well. Not in an end-user facing message like this one, I would say. To me, as an end user, the current message had no meaning at all. It even sounds like

Re: [PATCH] Fix confusing wording

2017-12-27 Thread Junio C Hamano
Ivan Pozdeev writes: > Not sure if I should add a CVE-2009-0037 reference as well. Not in an end-user facing message like this one, I would say. > > --- Sign off? > http.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/http.c b/http.c > index

[PATCH] Fix confusing wording

2017-12-25 Thread Ivan Pozdeev
Not sure if I should add a CVE-2009-0037 reference as well. --- http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http.c b/http.c index 215bebe..26b3386 100644 --- a/http.c +++ b/http.c @@ -802,7 +802,7 @@ static CURL *get_curl_handle(void)