bash: Add more option completions for 'git log'

Options added: --walk-reflogs --stat --numstat --shortstat
--decorate --diff-filter= --color-words

Signed-off-by: Teemu Likonen <tlikonen@iki.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Teemu Likonen 2008-06-20 16:02:10 +03:00 committed by Junio C Hamano
parent 0c3d26d24a
commit 66aafad5e4

View file

@ -762,6 +762,9 @@ _git_log ()
--not --all
--left-right --cherry-pick
--graph
--stat --numstat --shortstat
--decorate --diff-filter=
--color-words --walk-reflogs
"
return
;;