completion: fix typo in git-completion.bash

Signed-off-by: Chayoung You <yousbe@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Chayoung You 2018-12-27 01:22:16 +09:00 committed by Junio C Hamano
parent 0d0ac3826a
commit 0650614982

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'