Skip to content

Commit 4b1197a

Browse files
committed
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
2 parents bb47eee + e685ea5 commit 4b1197a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2001,7 +2001,7 @@ __git_log_shortlog_options="
20012001
"
20022002

20032003
__git_log_pretty_formats="oneline short medium full fuller reference email raw format: tformat: mboxrd"
2004-
__git_log_date_formats="relative iso8601 iso8601-strict rfc2822 short local default raw unix format:"
2004+
__git_log_date_formats="relative iso8601 iso8601-strict rfc2822 short local default human raw unix auto: format:"
20052005

20062006
_git_log ()
20072007
{

0 commit comments

Comments
 (0)