From: SZEDER Gábor Date: Mon, 11 May 2020 11:56:14 +0000 (+0000) Subject: completion: offer '--(no-)patch' among 'git log' options X-Git-Tag: v2.27.0-rc0~4^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b928e488bd40a30797bb7b87733864b39dd32c36;p=thirdparty%2Fgit.git completion: offer '--(no-)patch' among 'git log' options Signed-off-by: SZEDER Gábor Signed-off-by: Derrick Stolee Signed-off-by: Junio C Hamano --- diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index c21786f2fd..ec6ff1d5fb 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 ;;