mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-07 08:31:51 +00:00
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. |
||
|---|---|---|
| .. | ||
| config.c | ||
| open.c | ||
| reflog.c | ||
| refs.c | ||
| worktree_helpers.c | ||
| worktree_helpers.h | ||
| worktree.c | ||