Skip to content

Commit

Permalink
completion: Add --full-diff to log options
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Todd Zullinger authored and Junio C Hamano committed Jul 6, 2009
1 parent f290974 commit 5d0e634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d0e634

Please sign in to comment.