Merge branch 'nd/list-merge-strategy'

Completion of "git merge -s<strategy>" (in contrib/) did not work
well in non-C locale.

* nd/list-merge-strategy:
  completion: fix completing merge strategies on non-C locales
This commit is contained in:
Junio C Hamano 2018-02-13 13:39:15 -08:00
Родитель 417c04c5a9 7cc763aaa3
Коммит 8df7f75556
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -594,7 +594,7 @@ __git_is_configured_remote ()
__git_list_merge_strategies ()
{
git merge -s help 2>&1 |
LANG=C LC_ALL=C git merge -s help 2>&1 |
sed -n -e '/[Aa]vailable strategies are: /,/^$/{
s/\.$//
s/.*://