• Show log

    Commit

  • Hash : e0a97416
    Author : Carlos Martín Nieto
    Date : 2014-12-05T16:31:14

    ignore: adjust test for negating inside a dir
    
    Given
    
        top
        !top/foo
    
    in an ignore file, we should not unignore top/foo. This is an
    implementation detail of the git code leaking, but that's the behaviour
    we should show.
    
    A negation rule can only negate an exact rule it has seen before.