Signed-off-by: Teemu Likonen <redacted>
---
Hmm, why not add some more useful long options? There are plenty of them of
course but I feel these are one of the most common.
contrib/completion/git-completion.bash | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index 4d81963..02a5fd3 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -757,6 +757,8 @@ _git_log ()
--pretty= --name-status --name-only --raw
--not --all
--left-right --cherry-pick
+ --graph --stat --numstat --shortstat
+ --decorate --diff-filter=
"
return
;;
--
1.5.5.rc3.24.g129ac