1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-16 10:01:16 +01:00

Merge of 24114 and 24115, i.e. revisions 1.51 and 1.52.

This commit is contained in:
Paul Ackersviller 2007-11-29 02:12:43 +00:00
parent e3e72c4216
commit 045493ba35

View file

@ -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
}