Merge commit 'refs/merge-requests/10' of git://gitorious.org/fish-shell/fish-shell into merge-requests/10

This commit is contained in:
Chris Nilsson 2011-07-10 16:32:44 +10:00
commit c8981c048f

View file

@ -5,7 +5,7 @@ function __fish_git_branch_prompt
return 0
end
set branch (git-symbolic-ref HEAD 2>/dev/null| cut -d / -f 3)
set branch (git symbolic-ref HEAD 2>/dev/null| cut -d / -f 3)
# check for rebase, bisect, etc
# TODO