From 4ae6843b6b5cf15e140ba8f8b8e34ea591a76e2b Mon Sep 17 00:00:00 2001 From: George Christou Date: Sat, 10 Mar 2018 17:30:43 +0000 Subject: [PATCH] completions: [git] Fix rogue bracket typo (#4799) --- 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 69d24a6b2..84e31c813 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