• Show log

    Commit

  • Hash : d62e44cb
    Author : Segev Finer
    Date : 2019-06-03T18:35:08

    checkout: Fix removing untracked files by path in subdirectories
    
    The checkout code didn't iterate into a subdir if it didn't match the
    pathspec, but since the pathspec might match files in the subdir we
    should recurse into it (In contrast to gitignore handling).
    
    Fixes #5089