diff options
| author | Junio C Hamano <gitster@pobox.com> | 2019-01-18 13:49:53 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-01-18 13:49:54 -0800 |
| commit | c4338578943129cc7e76657453d879e38f70ce63 (patch) | |
| tree | 2782a6fd594b74940791affcc1ca81264f13e6e5 /contrib/completion/git-completion.bash | |
| parent | 81bf66b760b8bbb3673e0f0cbc559671c049fc78 (diff) | |
| parent | 06506149826b9eda92f065fdc073c94fdcea459e (diff) | |
| download | git-c4338578943129cc7e76657453d879e38f70ce63.tar.gz | |
Merge branch 'cy/completion-typofix'
Typofix.
* cy/completion-typofix:
completion: fix typo in git-completion.bash
Diffstat (limited to 'contrib/completion/git-completion.bash')
| -rw-r--r-- | contrib/completion/git-completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 9e8ec95c3c..86a9719a51 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -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' |
