summaryrefslogtreecommitdiff
path: root/contrib/completion/git-completion.bash
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2015-01-07 13:06:36 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2015-01-07 13:06:37 -0800
commite82f629cf40795e7780329f056fc3df2d6adc97b (patch)
treeb013c9dbd2354a8ad33e116c4519a8624c2e41d5 /contrib/completion/git-completion.bash
parentMerge branch 'jk/add-i-read-error' (diff)
parentUpdate documentation occurrences of filename .sh (diff)
downloadtgif-e82f629cf40795e7780329f056fc3df2d6adc97b.tar.xz
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.bash')
-rw-r--r--contrib/completion/git-completion.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index 23988ec124..cd765795ae 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.
#