From 99f0b59954c4682fc3145ba2c49f88ea20b30174 Mon Sep 17 00:00:00 2001 From: Lee Marlow Date: Mon, 20 Oct 2008 11:31:38 -0600 Subject: [PATCH] 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 --- contrib/completion/git-completion.bash | 1 + 1 file changed, 1 insertion(+) 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 " }