From: Denton Liu Date: Wed, 20 Nov 2019 00:51:11 +0000 (-0800) Subject: completion: complete `tformat:` pretty format X-Git-Tag: v2.25.0-rc0~48^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f0f9de2bd71b41afeb2a2a77a681a15a83246a62;p=thirdparty%2Fgit.git completion: complete `tformat:` pretty format Signed-off-by: Denton Liu Signed-off-by: Junio C Hamano --- diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index e087c4bf00..6bf91ab154 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1737,7 +1737,7 @@ __git_log_shortlog_options=" --all-match --invert-grep " -__git_log_pretty_formats="oneline short medium full fuller email raw format: mboxrd" +__git_log_pretty_formats="oneline short medium full fuller email raw format: tformat: mboxrd" __git_log_date_formats="relative iso8601 iso8601-strict rfc2822 short local default raw unix format:" _git_log ()