From 045493ba3583e1c4c74dd395db5a924539a581e8 Mon Sep 17 00:00:00 2001 From: Paul Ackersviller Date: Thu, 29 Nov 2007 02:12:43 +0000 Subject: Merge of 24114 and 24115, i.e. revisions 1.51 and 1.52. --- Completion/Unix/Command/_git | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 5f7184824..6a7d4b7c2 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -2801,7 +2801,9 @@ __git_ref_specs () { if compset -S ':*'; then __git_heads else - __git_heads -S ':' + _alternative \ + 'tags:tag:__git_tags' \ + 'heads:head:__git_heads -qS :' fi fi } -- cgit 1.4.1