From 0e5ed7cca3c51c821c2bb0465617e75d994f432f Mon Sep 17 00:00:00 2001 From: Peter van der Does Date: Mon, 15 Dec 2014 09:34:28 -0500 Subject: Update documentation occurrences of filename .sh Documentation in the completion scripts for Bash and Zsh state the wrong filenames. Signed-off-by: Peter van der Does Signed-off-by: Junio C Hamano --- contrib/completion/git-completion.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/completion/git-completion.bash') diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index bc0657a224..865f31b66f 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -17,9 +17,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. -- cgit v1.2.3