From: Junio C Hamano Date: Fri, 18 Jan 2013 19:20:03 +0000 (-0800) Subject: Merge branch 'ds/completion-silence-in-tree-path-probe' X-Git-Tag: v1.8.2-rc0~119 X-Git-Url: https://repo.or.cz/w/git.git/commitdiff_plain/78292536846149eba74387ee7a8315bf9597268e Merge branch 'ds/completion-silence-in-tree-path-probe' An internal ls-tree call made by completion code only to probe if a path exists in the tree recorded in a commit object leaked error messages when the path is not there. It is not an error at all and should not be shown to the end user. * ds/completion-silence-in-tree-path-probe: git-completion.bash: silence "not a valid object" errors --- 78292536846149eba74387ee7a8315bf9597268e diff --cc contrib/completion/git-completion.bash index a4c48e179e,6312e3d8eb..14dd5e7ca2 mode 100644,100755..100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash