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.lorimer.id.au/gitweb.git/diff_plain/99f0b59954c4682fc3145ba2c49f88ea20b30174?hp=--cc 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 --- 99f0b59954c4682fc3145ba2c49f88ea20b30174 diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index d192927c20..eebe73409b 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 " }