Re: [PATCH] git-completion.bash: Silence not a valid object errors

2013-01-11 Thread Jeff King
On Fri, Jan 11, 2013 at 03:06:22AM -0500, Dylan Smith wrote: Trying to complete the command git show master:./file would cause a Not a valid object name error to be output on standard error. Silence the error so it won't appear on the command line. Signed-off-by: Dylan Smith

Re: [PATCH] git-completion.bash: Silence not a valid object errors

2013-01-11 Thread Junio C Hamano
Dylan Smith dylan.ah.sm...@gmail.com writes: Trying to complete the command git show master:./file would cause a Not a valid object name error to be output on standard error. Silence the error so it won't appear on the command line. Signed-off-by: Dylan Smith dylan.ah.sm...@gmail.com

Re: [PATCH] git-completion.bash: Silence not a valid object errors

2013-01-11 Thread Manlio Perillo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 11/01/2013 09:06, Dylan Smith ha scritto: Trying to complete the command git show master:./file would cause a Not a valid object name error to be output on standard error. Silence the error so it won't appear on the command line. I