mirror of
https://github.com/git/git.git
synced 2024-11-24 10:26:17 +08:00
completion: complete tformat:
pretty format
Signed-off-by: Denton Liu <liu.denton@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
fb2ffa77a6
commit
f0f9de2bd7
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user