Lee Marlow <lee.marlow@xxxxxxxxx> wrote: > Signed-off-by: Lee Marlow <lee.marlow@xxxxxxxxx> > --- > contrib/completion/git-completion.bash | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) Also, Trivially-Acked-by: Shawn O. Pearce <spearce@xxxxxxxxxxx> > diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash > index 5356e5b..7e2b482 100755 > --- a/contrib/completion/git-completion.bash > +++ b/contrib/completion/git-completion.bash > @@ -1660,6 +1660,7 @@ _git () > show) _git_show ;; > show-branch) _git_show_branch ;; > stash) _git_stash ;; > + stage) _git_add ;; > submodule) _git_submodule ;; > svn) _git_svn ;; > tag) _git_tag ;; > -- > 1.6.1.rc2.14.g5363d > > -- > To unsubscribe from this list: send the line "unsubscribe git" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Shawn. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html