Signed-off-by: Todd Zullinger <tmz@xxxxxxxxx> --- Thomas Rast wrote: > Todd Zullinger wrote: >> I *think* __git_log_gitk_options is the proper place for it, but it's >> early in the a.m. and I'm not averse to being proved wrong. > [...] >> # Options that go well for log and gitk (not shortlog) >> __git_log_gitk_options=" >> - --dense --sparse --full-history >> + --dense --sparse --full-diff --full-history > > Gitk has its own setting in the Preferences called "limit diffs to > listed paths", and ignores this option, so it should go directly in > _git_log. Ahh, thanks Thomas. contrib/completion/git-completion.bash | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 98b9cbe..79a99af 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1157,7 +1157,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 -- 1.6.3.1 -- Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ I have to decide between two equally frightening options. If I wanted to do that, I'd vote. -- Duckman -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html