From: Lee Marlow Date: Mon, 20 Oct 2008 17:31:38 +0000 (-0600) Subject: bash completion: Add 'workflows' to 'git help' X-Git-Tag: v1.6.1-rc1~122 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=99f0b59954c4682fc3145ba2c49f88ea20b30174;p=git.git bash completion: Add 'workflows' to 'git help' Completion for new workflow documentation introduced in f948dd8 Signed-off-by: Lee Marlow Signed-off-by: Junio C Hamano --- diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index d192927c2..eebe73409 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -881,6 +881,7 @@ _git_help () attributes cli core-tutorial cvs-migration diffcore gitk glossary hooks ignore modules repository-layout tutorial tutorial-2 + workflows " }