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:
parent
0c3d26d24a
commit
66aafad5e4
@ -762,6 +762,9 @@ _git_log ()
|
|||||||
--not --all
|
--not --all
|
||||||
--left-right --cherry-pick
|
--left-right --cherry-pick
|
||||||
--graph
|
--graph
|
||||||
|
--stat --numstat --shortstat
|
||||||
|
--decorate --diff-filter=
|
||||||
|
--color-words --walk-reflogs
|
||||||
"
|
"
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user