Signed-off-by: Todd Zullinger <tmz@xxxxxxxxx> --- Junio C Hamano wrote: > Thomas Spura <tomspur@xxxxxxxxxxxxxxxxx> writes: > >> If running "git log -p parse-options.*", the last commit is >> df217ed6430efe444a09fffdafd39720ae3f9864 >> There are the changes this commit makes towards parse-options.*. >> >> I was expecting to see the full commit with all changes and not only >> towards the 2 files - only including the two files. >> >> Is my expactation wrong or is this a bug? > > Time to run "man git-log" and look for --full-diff, perhaps? While this patch won't do much to help people find the option, perhaps those who learn about it will appreciate not having to type it. :) 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. 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 0c8bb53..2b291ea 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1117,7 +1117,7 @@ __git_log_common_options=" " # Options that go well for log and gitk (not shortlog) __git_log_gitk_options=" - --dense --sparse --full-history + --dense --sparse --full-diff --full-history --simplify-merges --simplify-by-decoration --left-right " -- 1.6.3.1 -- Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Going to hell when I die would just be redundant. -- 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