mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 04:40:59 +01:00
37149: _git: Complete 'bisect/bad' ref
This commit is contained in:
parent
4353bec49f
commit
d554f31bcb
2 changed files with 6 additions and 0 deletions
|
|
@ -5639,6 +5639,7 @@ __git_heads_local () {
|
|||
[[ -f $gitdir/$f ]] && heads+=$f
|
||||
done
|
||||
[[ -f $gitdir/refs/stash ]] && heads+=stash
|
||||
[[ -f $gitdir/refs/bisect/bad ]] && heads+=bisect/bad
|
||||
fi
|
||||
|
||||
__git_describe_commit heads heads-local "local head" "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue