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@iki.fi>
---
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html