completion: add --show-signature for log and show
Signed-off-by: David Aguilar <davvid@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
565301e416
commit
2ca0b197b8
|
@ -1467,6 +1467,7 @@ _git_log ()
|
||||||
--abbrev-commit --abbrev=
|
--abbrev-commit --abbrev=
|
||||||
--relative-date --date=
|
--relative-date --date=
|
||||||
--pretty= --format= --oneline
|
--pretty= --format= --oneline
|
||||||
|
--show-signature
|
||||||
--cherry-pick
|
--cherry-pick
|
||||||
--graph
|
--graph
|
||||||
--decorate --decorate=
|
--decorate --decorate=
|
||||||
|
@ -2344,6 +2345,7 @@ _git_show ()
|
||||||
;;
|
;;
|
||||||
--*)
|
--*)
|
||||||
__gitcomp "--pretty= --format= --abbrev-commit --oneline
|
__gitcomp "--pretty= --format= --abbrev-commit --oneline
|
||||||
|
--show-signature
|
||||||
$__git_diff_common_options
|
$__git_diff_common_options
|
||||||
"
|
"
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue