Update documentation occurrences of filename .sh
[gitweb.git] / contrib / completion / git-completion.bash
index bc0657a22481d4482253bc1f151645d07d10f319..865f31b66f932fa4356b6d004e85ee2eaa539afc 100644 (file)
@@ -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.