From c406f4366e47515f1a740df56ec0e32cdcb429bf Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 22 Nov 2007 19:09:27 +0000 Subject: Sean Finney: 24115: offer tags as well as heads where refspecs are valid. --- Completion/Unix/Command/_git | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Completion/Unix') diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 38a5ca58f..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 -qS ':' + _alternative \ + 'tags:tag:__git_tags' \ + 'heads:head:__git_heads -qS :' fi fi } -- cgit 1.4.1