mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 20:31:19 -03:00
completions: [git] Do not decorate reflog
This commit is contained in:
committed by
Fabian Homborg
parent
2d08b5ee8a
commit
73f2b444ef
@@ -335,7 +335,7 @@ function __fish_git_possible_commithash
|
||||
end
|
||||
|
||||
function __fish_git_reflog
|
||||
command git reflog ^/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
|
||||
|
||||
Reference in New Issue
Block a user