• Show log

    Commit

  • Hash : 52032ae5
    Author : Russell Belfer
    Date : 2012-10-15T12:48:43

    Fix single-file ignore checks
    
    To answer if a single given file should be ignored, the path to
    that file has to be processed progressively checking that there
    are no intermediate ignored directories in getting to the file
    in question.  This enables that, fixing the broken old behavior,
    and adds tests to exercise various ignore situations.