From 8b4ac6634974ad65688a1911fb687caeede6cc9a Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Tue, 13 Mar 2018 13:44:36 +0100 Subject: [PATCH] [git completions] Reremove stray "[" --- 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 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