mirror of
https://github.com/git/git.git
synced 2024-11-29 13:06:07 +08:00
completion: Add --full-diff to log options
Signed-off-by: Todd Zullinger <tmz@pobox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
f290974390
commit
5d0e634343
@ -1165,7 +1165,7 @@ _git_log ()
|
||||
$__git_log_shortlog_options
|
||||
$__git_log_gitk_options
|
||||
--root --topo-order --date-order --reverse
|
||||
--follow
|
||||
--follow --full-diff
|
||||
--abbrev-commit --abbrev=
|
||||
--relative-date --date=
|
||||
--pretty= --format= --oneline
|
||||
|
Loading…
Reference in New Issue
Block a user