зеркало из https://github.com/microsoft/git.git
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:
Коммит
8df7f75556
|
@ -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/.*://
|
||||
|
|
Загрузка…
Ссылка в новой задаче