aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/git.bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-07-30 16:27:37 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-07-30 16:27:37 +1200
commit162c95c9cd8474790ed90daaa3c48fe5a02f9f5d (patch)
tree618c10a5c76c7f6b0ec1f101b1cca585d56ae777 /bash/bash_completion.d/git.bash
parentChange cf() from Bash func to shell script (diff)
downloaddotfiles-162c95c9cd8474790ed90daaa3c48fe5a02f9f5d.tar.gz
dotfiles-162c95c9cd8474790ed90daaa3c48fe5a02f9f5d.zip
Tidy completion files
Add comments, add short-circuit to vared() completion
Diffstat (limited to 'bash/bash_completion.d/git.bash')
-rw-r--r--bash/bash_completion.d/git.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bash_completion.d/git.bash b/bash/bash_completion.d/git.bash
index 496712ae..8c0335c5 100644
--- a/bash/bash_completion.d/git.bash
+++ b/bash/bash_completion.d/git.bash
@@ -1,4 +1,4 @@
-# Completion for git local branch names
+# Completion for git(1) local branch names
_git() {
# Bail if not a git repo (or no git!)