• Show log

    Commit

  • Hash : 9f9fd05f
    Author : Patrick Steinhardt
    Date : 2017-05-19T08:59:46

    repository: factor out worktree check
    
    The check whether a repository is a worktree or not is currently done
    inside of `git_repository_open_ext`. As we want to extend this function
    later on, pull it out into its own function `repo_is_worktree` to ease
    working on it.