diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-07-22 11:24:14 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-07-22 11:24:14 -0700 |
commit | e683889b75a32b8c2bf11c8fa0cf851087bc5415 (patch) | |
tree | 60f3aa50981c9dc2888fb734df1103d40342d3a1 /contrib | |
parent | Merge branch 'jx/clean-interactive' (diff) | |
parent | t4203: test check-mailmap command invocation (diff) | |
download | tgif-e683889b75a32b8c2bf11c8fa0cf851087bc5415.tar.xz |
Merge branch 'es/check-mailmap'
A new command to allow scripts to query the mailmap information.
* es/check-mailmap:
t4203: test check-mailmap command invocation
builtin: add git-check-mailmap command
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/completion/git-completion.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index fa3ae1e853..cd509a5d63 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -648,6 +648,7 @@ __git_list_porcelain_commands () cat-file) : plumbing;; check-attr) : plumbing;; check-ignore) : plumbing;; + check-mailmap) : plumbing;; check-ref-format) : plumbing;; checkout-index) : plumbing;; commit-tree) : plumbing;; |