On Sunday, January 18, 2015, Yi EungJun wrote:
> Add an Accept-Language header which indicates the user's preferred
> languages defined by $LANGUAGE, $LC_ALL, $LC_MESSAGES and $LANG.
>
> Examples:
> LANGUAGE= -> ""
> LANGUAGE=ko:en -> "Accept-Language: ko, en;q=0.9, *;q=0.1"
> LANGUAGE=ko LA
Changes since v5
>From Junio C Hamano's review:
* The tests use `ls-remote` instead of `clone` for tests; I copied the test
code from ba8e63dc30a80656fddc616f714fb217ad220c04.
* Set cached_accept_langauge to NULL after free it.
>From Eric Sunshine's review:
* get_accept_language() returns a
2 matches
Mail list logo