Re: [PATCH v9 0/1] http: Add Accept-Language header if possible

2015-01-30 Thread Yi, EungJun
I'm very glad to hear that. Thanks to all reviewers! On Thu, Jan 29, 2015 at 3:19 PM, Junio C Hamano wrote: > Thanks; queued. Let's run with this and try to make it graduate > early next cycle. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord..

Re: [PATCH v9 0/1] http: Add Accept-Language header if possible

2015-01-28 Thread Junio C Hamano
Thanks; queued. Let's run with this and try to make it graduate early next cycle. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH v9 0/1] http: Add Accept-Language header if possible

2015-01-28 Thread Yi EungJun
From: Yi EungJun Change since v8 Apply Junio's patch: Use an array of char* instead of strbuf for language_tags. Yi EungJun (1): http: Add Accept-Language header if possible http.c | 147 + remote-curl.c | 2 + t