Skip to content

Commit e685ea5

Browse files
yoichigitster
authored andcommitted
completion: add human and auto: date format
human was introduced in acdd377 auto:* was introduced in 2fd7c22 Those formats were missing when other values were added to completion at 5a59a23 Signed-off-by: Yoichi Nakayama <[email protected]> Acked-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 35151cf commit e685ea5

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)