From 162c95c9cd8474790ed90daaa3c48fe5a02f9f5d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 30 Jul 2016 16:27:37 +1200 Subject: Tidy completion files Add comments, add short-circuit to vared() completion --- bash/bash_completion.d/git.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash/bash_completion.d/git.bash') 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!) -- cgit v1.2.3