mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 13:08:49 +00:00
[git completions] Reremove stray "["
This commit is contained in:
parent
e800b18ee9
commit
8b4ac66349
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ function __fish_git_possible_commithash
|
||||||
end
|
end
|
||||||
|
|
||||||
function __fish_git_reflog
|
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
|
end
|
||||||
|
|
||||||
# general options
|
# general options
|
||||||
|
|
Loading…
Reference in a new issue