Skip to content
  • Duy Nguyen's avatar
    worktree.c: add get_worktree_config() · 68011f27
    Duy Nguyen authored
    "git config --worktree" can write to the write file whether
    extensions.worktreeConfig is enabled or not. In order to do the same
    using config API, we need to determine the right file to write to. Add
    this function for that purpose. This is the basis for the coming
    repo_config_set_worktree()
    68011f27