Shawn O. Pearce wrote (2008-06-19 17:58 -0400): > Dan McGee <dpmcgee@xxxxxxxxx> wrote: > > Signed-off-by: Dan McGee <dpmcgee@xxxxxxxxx> > > Acked-by: Shawn O. Pearce <spearce@xxxxxxxxxxx> > > First change for 1.5.6.1? With --graph in 1.5.6 we really should have > included this as part of 1.5.6. Oh well. 1.5.6.1 perhaps Junio? Liked-by: me I think I have already sent twice a patch with --graph completion. I use bash completions quite a lot and here's my current additions to "git log": ---snip--- bash: Add more option completions for 'git log' Options added: --graph --walk-reflogs --stat --numstat --shortstat --decorate --diff-filter= --color-words Signed-off-by: Teemu Likonen <tlikonen@xxxxxx> --- contrib/completion/git-completion.bash | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 506b40c..e78ca8e 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -761,6 +761,9 @@ _git_log () --pretty= --name-status --name-only --raw --not --all --left-right --cherry-pick + --stat --numstat --shortstat + --decorate --diff-filter= + --color-words --walk-reflogs --graph " return ;; -- 1.5.6.2.g3c3a -- 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