jedbrown / git-fat

Simple way to handle fat files without committing them to git, supports synchronization using rsync
BSD 2-Clause "Simplified" License
622 stars 137 forks source link

Fix git ls-files -z to use '.' instead of a empty string #85

Closed paladox closed 6 years ago

paladox commented 6 years ago

In newer git versions using a empty string with git ls-files -z causes a hard failure.

fatal: empty string is not a valid pathspec. please use . instead if you meant to match all paths

That use to be a warning but now fails hard.