1
0
mirror of https://github.com/git/git.git synced 2024-10-23 01:35:18 +02:00
git/contrib/completion
Dylan Smith ca87dd623d git-completion.bash: silence "not a valid object" errors
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.smith@gmail.com>
Reviewed-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2013-01-11 08:44:08 -08:00
..
git-completion.bash git-completion.bash: silence "not a valid object" errors 2013-01-11 08:44:08 -08:00