mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 15:01:16 -03:00
Make __fish_git_is_rebasing respect git -C
Co-authored-by: Johannes Altmanninger <aclopte@gmail.com>
This commit is contained in:
committed by
Johannes Altmanninger
parent
3b690214dc
commit
eb7603f1c6
@@ -799,7 +799,7 @@ format:\tSpecify which information to show"
|
||||
end
|
||||
|
||||
function __fish_git_is_rebasing
|
||||
test -e (__fish_git rev-parse --git-path rebase-merge)
|
||||
test -e (__fish_git rev-parse --absolute-git-dir)/rebase-merge
|
||||
end
|
||||
|
||||
# general options
|
||||
|
||||
Reference in New Issue
Block a user