1
0
Fork 0
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:
Daniel Shahaf 2015-11-20 03:39:26 +00:00
parent 4353bec49f
commit d554f31bcb
2 changed files with 6 additions and 0 deletions

View file

@ -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" "$@"