We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc11fc2 + 2ca0b19 commit cc7b2f8Copy full SHA for cc7b2f8
contrib/completion/git-completion.bash
@@ -1467,6 +1467,7 @@ _git_log ()
1467
--abbrev-commit --abbrev=
1468
--relative-date --date=
1469
--pretty= --format= --oneline
1470
+ --show-signature
1471
--cherry-pick
1472
--graph
1473
--decorate --decorate=
@@ -2344,6 +2345,7 @@ _git_show ()
2344
2345
;;
2346
--*)
2347
__gitcomp "--pretty= --format= --abbrev-commit --oneline
2348
2349
$__git_diff_common_options
2350
"
2351
return
0 commit comments