[git completions] Reremove stray "["

This commit is contained in:
Fabian Homborg 2018-03-13 13:44:36 +01:00
parent e800b18ee9
commit 8b4ac66349

View File

@ -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