Skip to content

Commit 5d0e634

Browse files
tmzullingergitster
authored andcommitted
completion: Add --full-diff to log options
Signed-off-by: Todd Zullinger <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f290974 commit 5d0e634

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
@@ -1165,7 +1165,7 @@ _git_log ()
11651165
$__git_log_shortlog_options
11661166
$__git_log_gitk_options
11671167
--root --topo-order --date-order --reverse
1168-
--follow
1168+
--follow --full-diff
11691169
--abbrev-commit --abbrev=
11701170
--relative-date --date=
11711171
--pretty= --format= --oneline

0 commit comments

Comments
 (0)