From 73f2b444ef30d7f172d4af0ebf8ebd58aad9b67e Mon Sep 17 00:00:00 2001 From: George Christou Date: Wed, 7 Mar 2018 20:34:10 +0000 Subject: [PATCH] completions: [git] Do not decorate reflog --- share/completions/git.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/git.fish b/share/completions/git.fish index 45d8dc74c..69d24a6b2 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 ^/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