• Show log

    Commit

  • Hash : d3bc09e8
    Author : Patrick Steinhardt
    Date : 2015-10-21T12:02:31

    worktree: introduce `struct git_worktree`
    
    Introduce a new `struct git_worktree`, which holds information
    about a possible working tree connected to a repository.
    Introduce functions to allow opening working trees for a
    repository.