diff options
| author | Junio C Hamano <gitster@pobox.com> | 2014-10-14 10:49:35 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2014-10-14 10:49:36 -0700 |
| commit | cc7b2f8281a7a4ec3de97a991528686c96703431 (patch) | |
| tree | 2a17514fcf805673b95fd2ad0078cb1251f60b1c | |
| parent | dc11fc2de8d92b9e7935ad070941e86f4e33000b (diff) | |
| parent | 2ca0b197b89e1dad0166f60622f087296764dc42 (diff) | |
| download | git-cc7b2f8281a7a4ec3de97a991528686c96703431.tar.xz | |
Merge branch 'da/completion-show-signature'
* da/completion-show-signature:
completion: add --show-signature for log and show
| -rw-r--r-- | contrib/completion/git-completion.bash | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 5ea5b82d2b..2ed230a861 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1467,6 +1467,7 @@ _git_log () --abbrev-commit --abbrev= --relative-date --date= --pretty= --format= --oneline + --show-signature --cherry-pick --graph --decorate --decorate= @@ -2344,6 +2345,7 @@ _git_show () ;; --*) __gitcomp "--pretty= --format= --abbrev-commit --oneline + --show-signature $__git_diff_common_options " return |
