mirror of
https://github.com/git/git.git
synced 2025-01-10 17:43:31 +08:00
completion: complete missing 'git log' options
Some options specific to 'git log' are missing from the Bash completion script. Add them to _git_log. Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
6d1bfcdd2a
commit
544ea7f375
@ -2180,6 +2180,8 @@ _git_log ()
|
||||
--no-walk --no-walk= --do-walk
|
||||
--parents --children
|
||||
--expand-tabs --expand-tabs= --no-expand-tabs
|
||||
--clear-decorations --decorate-refs=
|
||||
--decorate-refs-exclude=
|
||||
$merge
|
||||
$__git_diff_common_options
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user