• Show log

    Commit

  • Hash : 20a368e2
    Author : Patrick Steinhardt
    Date : 2017-03-15T15:29:29

    worktree: parent path should point to the working dir
    
    The working tree's parent path should not point to the parent's gitdir,
    but to the parent's working directory. Pointing to the gitdir would not
    make any sense, as the parent's working directory is actually equal to
    both repository's common directory.
    
    Fix the issue.