mirror of
https://github.com/git/git
synced 2024-10-28 19:25:47 +00:00
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
1 changed files with 3 additions and 0 deletions
|
@ -762,6 +762,9 @@ _git_log ()
|
|||
--not --all
|
||||
--left-right --cherry-pick
|
||||
--graph
|
||||
--stat --numstat --shortstat
|
||||
--decorate --diff-filter=
|
||||
--color-words --walk-reflogs
|
||||
"
|
||||
return
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue