Don't run git merge quietly

This can and will mess up git rebases and force pushes.
This commit is contained in:
Leonard Hecker 2018-12-06 15:44:59 +01:00 committed by Fabian Homborg
parent d40a07436a
commit 0b63c1f46d

View File

@ -25,11 +25,6 @@ function fish_right_prompt
git name-rev --name-only HEAD
# Merging state
git merge -q 2>/dev/null
or printf ':'(set_color red)'merge'
printf ' '
# Symbols
if set -l count (command git rev-list --count --left-right $upstream...HEAD 2>/dev/null)
echo $count | read -l ahead behind