• Show log

    Commit

  • Hash : f0cfc341
    Author : Patrick Steinhardt
    Date : 2015-10-21T13:53:18

    worktree: implement `git_worktree_prune`
    
    Implement the `git_worktree_prune` function. This function can be
    used to delete working trees from a repository. According to the
    flags passed to it, it can either delete the working tree's
    gitdir only or both gitdir and the working directory.