Merge branch 'cy/completion-typofix'

Typofix.

* cy/completion-typofix:
  completion: fix typo in git-completion.bash
maint
Junio C Hamano 2019-01-18 13:49:53 -08:00
commit c433857894
1 changed files with 1 additions and 1 deletions

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'