• Show log

    Commit

  • Hash : f63a1b72
    Author : Edward Thomson
    Date : 2015-04-29T17:23:02

    git_path_diriter: use FindFirstFile in win32
    
    Using FindFirstFile and FindNextFile in win32 allows us to
    use the directory information that is returned, instead of
    us having to get the file attributes all over again, which
    is a distinct cost savings on win32.