From: Ralf Thielow Date: Thu, 24 Mar 2016 18:27:14 +0000 (+0100) Subject: completion: add 'revisions' and 'everyday' to 'git help' X-Git-Tag: v2.9.0-rc0~135^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/4d10b7e1bcc035ee5358b4a34e4bcf67673a89fc completion: add 'revisions' and 'everyday' to 'git help' Signed-off-by: Ralf Thielow Signed-off-by: Junio C Hamano --- 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 " }