• Show log

    Commit

  • Hash : e24c60db
    Author : Edward Thomson
    Date : 2015-09-17T09:42:05

    mkdir: find component paths for mkdir_relative
    
    `git_futils_mkdir` does not blindly call `git_futils_mkdir_relative`.
    
    `git_futils_mkdir_relative` is used when you have some base directory
    and want to create some path inside of it, potentially removing blocking
    symlinks and files in the process.  This is not suitable for a general
    recursive mkdir within the filesystem.
    
    Instead, when `mkdir` is being recursive, locate the first existent
    parent directory and use that as the base for `mkdir_relative`.