]> git.ipfire.org Git - thirdparty/git.git/commitdiff
completion: add human and auto: date format
authorYoichi Nakayama <yoichi.nakayama@gmail.com>
Tue, 23 Nov 2021 11:27:55 +0000 (11:27 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 Nov 2021 06:09:46 +0000 (22:09 -0800)
human was introduced in acdd37769de8b0fe37a74bfc0475b63bdc55e9dc
auto:* was introduced in 2fd7c22992d37469db957e9a4d3884a6c0a4d182

Those formats were missing when other values were added to completion
at 5a59a2301f6ec9bcf1b101edb9ca33beb465842f

Signed-off-by: Yoichi Nakayama <yoichi.nakayama@gmail.com>
Acked-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash

index 7c3a75373a4c477320f33f0ea15cb8eddb2b9dfa..37fd5c4c8850d59a7c66b4fa44a52c039717a688 100644 (file)
@@ -2001,7 +2001,7 @@ __git_log_shortlog_options="
 "
 
 __git_log_pretty_formats="oneline short medium full fuller reference email raw format: tformat: mboxrd"
-__git_log_date_formats="relative iso8601 iso8601-strict rfc2822 short local default raw unix format:"
+__git_log_date_formats="relative iso8601 iso8601-strict rfc2822 short local default human raw unix auto: format:"
 
 _git_log ()
 {