summaryrefslogtreecommitdiff
path: root/contrib/completion/git-completion.zsh
diff options
context:
space:
mode:
authorJiang Xin <worldhello.net@gmail.com>2019-10-28 05:18:55 (GMT)
committerJiang Xin <worldhello.net@gmail.com>2019-10-28 05:18:55 (GMT)
commit468d356a811f527501bd408c97f5c12333b8bfe3 (patch)
treefd71542752e92600f28c63fa309f864c85989359 /contrib/completion/git-completion.zsh
parent370784e0e62a2718517d0776b96b459d9d868e59 (diff)
parent566a1439f6f56c2171b8853ddbca0ad3f5098770 (diff)
downloadgit-468d356a811f527501bd408c97f5c12333b8bfe3.zip
git-468d356a811f527501bd408c97f5c12333b8bfe3.tar.gz
git-468d356a811f527501bd408c97f5c12333b8bfe3.tar.bz2
Merge tag 'v2.24.0-rc1' of github.com:git/git into master
Git 2.24-rc1 * tag 'v2.24.0-rc1' of github.com:git/git: Git 2.24-rc1 repo-settings: read an int for index.version ci: fix GCC install in the Travis CI GCC OSX job Eleventh batch ci(osx): use new location of the `perforce` cask t7419: change test_must_fail to ! for grep t4014: make output-directory tests self-contained ci(visual-studio): actually run the tests in parallel ci(visual-studio): use strict compile flags, and optimization userdiff: fix some corner cases in dts regex test-progress: fix test failures on big-endian systems completion: clarify installation instruction for zsh grep: avoid leak of chartables in PCRE2 grep: make PCRE2 aware of custom allocator grep: make PCRE1 aware of custom allocator remote-curl: pass on atomic capability to remote side diff-highlight: fix a whitespace nit fsmonitor: don't fill bitmap with entries to be removed
Diffstat (limited to 'contrib/completion/git-completion.zsh')
-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 886bf95..eef4eff 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)