Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-10-23 08:43:09 +0300
committerJunio C Hamano <gitster@pobox.com>2019-10-23 08:43:09 +0300
commitc1ec35dd48ddc0d18249638f18888baf9b07d422 (patch)
tree58587fc8d6b6edcd0b2e9ef13ef8781ed935c657 /contrib
parent12a4aeaad8aa2071f9b20f6ac87454c5f6d2d4fb (diff)
parent176f5adfdb01abeede867a305c427cf8b2f48c0e (diff)
Merge branch 'mb/clarify-zsh-completion-doc'
The installation instruction for zsh completion script (in contrib/) has been a bit improved. * mb/clarify-zsh-completion-doc: completion: clarify installation instruction for zsh
Diffstat (limited to 'contrib')
-rw-r--r--contrib/completion/git-completion.zsh5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/completion/git-completion.zsh b/contrib/completion/git-completion.zsh
index 886bf95d1f..eef4eff53d 100644
--- a/contrib/completion/git-completion.zsh
+++ b/contrib/completion/git-completion.zsh
@@ -11,8 +11,9 @@
#
# zstyle ':completion:*:*:git:*' script ~/.git-completion.zsh
#
-# The recommended way to install this script is to copy to '~/.zsh/_git', and
-# then add the following to your ~/.zshrc file:
+# The recommended way to install this script is to make a copy of it in
+# ~/.zsh/ directory as ~/.zsh/git-completion.zsh and then add the following
+# to your ~/.zshrc file:
#
# fpath=(~/.zsh $fpath)