diff options
author | Alex Riesen <raa.lkml@gmail.com> | 2005-11-02 14:05:45 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-11-02 16:50:58 -0800 |
commit | d317e4384acd5646f2ba44197a531c129b26b57e (patch) | |
tree | 29e2eac910f75f58e824d17972a93a52c1a0db47 /t/test-lib.sh | |
parent | Do not fail on hierarchical branch names. (diff) | |
download | tgif-d317e4384acd5646f2ba44197a531c129b26b57e.tar.xz |
remove CR/LF from .gitignore
For everyone cursed by dos/windows line endings (aka CRLF):
The code reading the .gitignore files (excludes and excludes per
directory) leaves \r in the patterns, which causes fnmatch to fail for
no obvious reason. Just remove a "\r" preceding a "\n"
unconditionally.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't/test-lib.sh')
0 files changed, 0 insertions, 0 deletions