Options added: --graph --stat --numstat --shortstat --decorate --diff-filter= --color --no-color --color-words Signed-off-by: Teemu Likonen <tlikonen@xxxxxx> --- I have found these bash completions useful with 'git log'. This patch also includes the '--graph' option recently introduced by Adam Simpkins. contrib/completion/git-completion.bash | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 23db664..d7a8545 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -758,6 +758,10 @@ _git_log () --pretty= --name-status --name-only --raw --not --all --left-right --cherry-pick + --stat --numstat --shortstat + --decorate --diff-filter= + --color --no-color --color-words + --graph " return ;; -- 1.5.5.1.139.g8c42a -- 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