diff --git a/share/completions/git.fish b/share/completions/git.fish index d455042a8..9d386edd9 100644 --- a/share/completions/git.fish +++ b/share/completions/git.fish @@ -335,7 +335,7 @@ function __fish_git_possible_commithash end function __fish_git_reflog - command git reflog --no-decorate ^/dev/null | string replace -r '[0-9a-f]* [(.+@\{[0-9]+\}): (.*)$' '$1\t$2' + command git reflog --no-decorate ^/dev/null | string replace -r '[0-9a-f]* (.+@\{[0-9]+\}): (.*)$' '$1\t$2' end # general options