gix trailing tabs

This commit is contained in:
Yehor Lvivski 2013-11-08 02:09:40 +02:00
parent 6a99f86e65
commit 237100e044

View File

@ -89,7 +89,7 @@ function build_prompt {
has_diverged=false
can_fast_forward=false
commits_diff=$(git log --pretty=oneline --topo-order --left-right ${current_commit_hash}...${upstream} 2> /dev/null)
commits_ahead=$(grep -c '^<' <<< "$commits_diff")