summaryrefslogtreecommitdiff
path: root/contrib/completion
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-12-10 22:35:15 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-12-10 22:35:15 (GMT)
commit4b1197ab5a74982fd09bda07d17325f1261975ee (patch)
treefb0ef579db7da4d81531c2e722dc5227dd8a96b1 /contrib/completion
parentbb47eee9df438ea1934effb1fb8877deb4852821 (diff)
parente685ea535312ae397ddfbf0fa2b4a90808217ca4 (diff)
downloadgit-4b1197ab5a74982fd09bda07d17325f1261975ee.zip
git-4b1197ab5a74982fd09bda07d17325f1261975ee.tar.gz
git-4b1197ab5a74982fd09bda07d17325f1261975ee.tar.bz2
Merge branch 'yn/complete-date-format-options'
The completion script (in contrib/) learns that the "--date" option of commands from the "git log" family takes "human" and "auto" as valid values. * yn/complete-date-format-options: completion: add human and auto: date format
Diffstat (limited to 'contrib/completion')
-rw-r--r--contrib/completion/git-completion.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index c82ccae..63b3a6b 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -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 ()
{