• Show log

    Commit

  • Hash : 5c54e216
    Author : Carlos Martín Nieto
    Date : 2014-11-05T16:07:07

    ignore: consider files with a CR in their names
    
    We currently consider CR to start the end of the line, but that means
    that we miss cases with CR CR LF which can be used with git to match
    files whose names have CR at the end of their names.
    
    The fix from the patch comes from Russell's comment in the issue.
    
    This fixes #2536.