diff options
author | Ralf Thielow <ralf.thielow@gmail.com> | 2016-03-24 19:27:14 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-03-24 13:09:08 -0700 |
commit | 4d10b7e1bcc035ee5358b4a34e4bcf67673a89fc (patch) | |
tree | d18e62864861f602580944d7c4725a7d087cd1c7 /contrib/completion/git-completion.bash | |
parent | completion: add option '--guides' to 'git help' (diff) | |
download | tgif-4d10b7e1bcc035ee5358b4a34e4bcf67673a89fc.tar.xz |
completion: add 'revisions' and 'everyday' to 'git help'
Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/completion/git-completion.bash')
-rw-r--r-- | contrib/completion/git-completion.bash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index e4fdd7f819..71e1fc8b2c 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1345,8 +1345,8 @@ _git_help () __git_compute_all_commands __gitcomp "$__git_all_commands $(__git_aliases) attributes cli core-tutorial cvs-migration - diffcore gitk glossary hooks ignore modules - namespaces repository-layout tutorial tutorial-2 + diffcore everyday gitk glossary hooks ignore modules + namespaces repository-layout revisions tutorial tutorial-2 workflows " } |