Skip to content

Commit

Permalink
Merge branch 'da/completion-show-signature'
Browse files Browse the repository at this point in the history
* da/completion-show-signature:
  completion: add --show-signature for log and show
  • Loading branch information
gitster committed Oct 14, 2014
2 parents dc11fc2 + 2ca0b19 commit cc7b2f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -1467,6 +1467,7 @@ _git_log ()
--abbrev-commit --abbrev=
--relative-date --date=
--pretty= --format= --oneline
--show-signature
--cherry-pick
--graph
--decorate --decorate=
Expand Down Expand Up @@ -2344,6 +2345,7 @@ _git_show ()
;;
--*)
__gitcomp "--pretty= --format= --abbrev-commit --oneline
--show-signature
$__git_diff_common_options
"
return
Expand Down

0 comments on commit cc7b2f8

Please sign in to comment.