Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
this patch use fish's `__fish_git_prompt` funciton to get more details in a git repo, it improves the following: 1. show the commit instead of empty branch when checkout to a detached commit 2. show the progress detail when doing rebase|merge|stash process eg. git rebase -i HEAD~3, then it will show the branch name with a rebase step such as "(master|REBASE-i1/3)" Signed-off-by: Penghui Liao <liaoishere@gmail.com>
- Loading branch information