On Fri, May 01, 2020 at 03:30:24PM +0000, SZEDER Gábor via GitGitGadget wrote: > From: =?UTF-8?q?SZEDER=20G=C3=A1bor?= <szeder.dev@xxxxxxxxx> This doesn't look quite right ;). Interestingly, Git applies it just fine, and your encoding looks reasonable to me. > Signed-off-by: SZEDER Gábor <szeder.dev@xxxxxxxxx> > Signed-off-by: Derrick Stolee <dstolee@xxxxxxxxxxxxx> > --- > contrib/completion/git-completion.bash | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash > index c21786f2fd0..ec6ff1d5fb8 100644 > --- a/contrib/completion/git-completion.bash > +++ b/contrib/completion/git-completion.bash > @@ -1860,6 +1860,7 @@ _git_log () > $merge > $__git_diff_common_options > --pickaxe-all --pickaxe-regex > + --patch --no-patch > " > return > ;; > -- > gitgitgadget > Thanks, Taylor