Am 3/5/2014 1:10, schrieb Junio C Hamano:
* nd/gitignore-trailing-whitespace (2014-02-10) 2 commits
- dir: ignore trailing spaces in exclude patterns
- dir: warn about trailing spaces in exclude patterns
Warn and then ignore trailing whitespaces in .gitignore files,
unless they are quoted for fnmatch(3), e.g. "path\ ".
Will merge to 'next'.
The new test does not pass on Windows. I'll attempt to prepare patches
that amount to work around using FUNNYNAMES, but I'm running out of time now.
-- Hannes