• Show log

    Commit

  • Hash : 8f154be3
    Author : Patrick Steinhardt
    Date : 2017-03-17T08:13:59

    worktree: write resolved paths into link files The three link files "worktree/.git", ".git/worktrees/<name>/commondir" and ".git/worktrees/<name>/gitdir" should always contain absolute and resolved paths. Adjust the logic creating new worktrees to first use `git_path_prettify_dir` before writing out these files, so that paths are resolved first.