Merge branch 'cy/completion-typofix'

Typofix.

* cy/completion-typofix:
  completion: fix typo in git-completion.bash
This commit is contained in:
Junio C Hamano 2019-01-18 13:49:53 -08:00
commit c433857894

View file

@ -438,7 +438,7 @@ __gitcomp_nl ()
# Callers must take care of providing only paths that match the current path
# to be completed and adding any prefix path components, if necessary.
# 1: List of newline-separated matching paths, complete with all prefix
# path componens.
# path components.
__gitcomp_file_direct ()
{
local IFS=$'\n'