mirror of
https://github.com/git/git.git
synced 2026-06-14 15:37:30 +02:00
a0f5a0c828
Blindly checking a path component for falsiness is unwise, as "0" is false to Perl, but a valid pathname component for SVN (or any filesystem). Found via random code reading. Signed-off-by: Eric Wong <e@80x24.org>