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:
parent
0d0ac3826a
commit
0650614982
@ -438,7 +438,7 @@ __gitcomp_nl ()
|
|||||||
# Callers must take care of providing only paths that match the current path
|
# Callers must take care of providing only paths that match the current path
|
||||||
# to be completed and adding any prefix path components, if necessary.
|
# to be completed and adding any prefix path components, if necessary.
|
||||||
# 1: List of newline-separated matching paths, complete with all prefix
|
# 1: List of newline-separated matching paths, complete with all prefix
|
||||||
# path componens.
|
# path components.
|
||||||
__gitcomp_file_direct ()
|
__gitcomp_file_direct ()
|
||||||
{
|
{
|
||||||
local IFS=$'\n'
|
local IFS=$'\n'
|
||||||
|
Loading…
Reference in New Issue
Block a user