[PATCH] Update documentation occurrences of filename .sh

2014-12-15 Thread Peter van der Does
Documentation in the completion scripts for Bash and Zsh state the wrong 
filenames.

Signed-off-by: Peter van der Does 

---
 contrib/completion/git-completion.bash | 4 ++--
 contrib/completion/git-completion.zsh  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/completion/git-completion.bash 
b/contrib/completion/git-completion.bash
index 2fece98..41608ad 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -16,9 +16,9 @@
 #
 # To use these routines:
 #
-#1) Copy this file to somewhere (e.g. ~/.git-completion.sh).
+#1) Copy this file to somewhere (e.g. ~/.git-completion.bash).
 #2) Add the following line to your .bashrc/.zshrc:
-#source ~/.git-completion.sh
+#source ~/.git-completion.bash
 #3) Consider changing your PS1 to also show the current branch,
 #   see git-prompt.sh for details.
 #
diff --git a/contrib/completion/git-completion.zsh 
b/contrib/completion/git-completion.zsh
index 9f6f0fa..e255413 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:
-- 
2.2.0


--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] Update documentation occurrences of filename .sh

2014-12-16 Thread Jonathan Nieder
Peter van der Does wrote:

> Documentation in the completion scripts for Bash and Zsh state the wrong 
> filenames.
>
> Signed-off-by: Peter van der Does 
> ---
>  contrib/completion/git-completion.bash | 4 ++--
>  contrib/completion/git-completion.zsh  | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Reviewed-by: Jonathan Nieder 

Thanks.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html