> -----Original Message----- > From: git-owner@xxxxxxxxxxxxxxx > [mailto:git-owner@xxxxxxxxxxxxxxx] On Behalf Of Manlio Perillo > Sent: Monday, January 07, 2013 8:43 AM > To: Marc Khouzam > Cc: Junio C Hamano; git@xxxxxxxxxxxxxxx; szeder@xxxxxxxxxx; > felipe.contreras@xxxxxxxxx > Subject: Re: [PATCH v4] git-completion.bash: add support for > path completion > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Il 05/01/2013 21:23, Marc Khouzam ha scritto: > > [...] > > Below are two suggestions that are in line with this effort > but that are not regressions. > > > > A) It would be nice if > > git commit -a <TAB> > > also completed with untracked files > > > > $ git commit -a foo > fatal: Paths with -a does not make sense. > > So > git commit -a <TAB> > > should not suggest untracked files; instead it should suggest nothing. You are right, I was confused. git commit --all <TAB> should also suggest nothing then. Thanks Marc-- 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