diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-01-07 22:06:36 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-01-07 22:06:37 +0100 |
commit | e82f629cf40795e7780329f056fc3df2d6adc97b (patch) | |
tree | b013c9dbd2354a8ad33e116c4519a8624c2e41d5 /contrib/completion/git-completion.zsh | |
parent | Merge branch 'jk/add-i-read-error' (diff) | |
parent | Update documentation occurrences of filename .sh (diff) | |
download | git-e82f629cf40795e7780329f056fc3df2d6adc97b.tar.xz git-e82f629cf40795e7780329f056fc3df2d6adc97b.zip |
Merge branch 'pd/completion-filenames-fix'
The top-of-the-file instruction for completion scripts (in contrib/)
did not name the files correctly.
* pd/completion-filenames-fix:
Update documentation occurrences of filename .sh
Diffstat (limited to 'contrib/completion/git-completion.zsh')
-rw-r--r-- | contrib/completion/git-completion.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.zsh b/contrib/completion/git-completion.zsh index 9f6f0fa558..e25541308a 100644 --- a/contrib/completion/git-completion.zsh +++ b/contrib/completion/git-completion.zsh @@ -9,7 +9,7 @@ # # If your script is somewhere else, you can configure it on your ~/.zshrc: # -# zstyle ':completion:*:*:git:*' script ~/.git-completion.sh +# 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: |