From 1777402dfa921af6b4fc4e4ba058859424c1cec5 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 22 Nov 2007 16:46:35 +0000 Subject: 24114: make colon suffix removable after the first part of refspecs. --- Completion/Unix/Command/_git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix') diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 5f7184824..38a5ca58f 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -2801,7 +2801,7 @@ __git_ref_specs () { if compset -S ':*'; then __git_heads else - __git_heads -S ':' + __git_heads -qS ':' fi fi } -- cgit 1.4.1