mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-03 06:06:44 +00:00
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. |
||
|---|---|---|
| .. | ||
| config.c | ||
| merge.c | ||
| open.c | ||
| reflog.c | ||
| refs.c | ||
| repository.c | ||
| submodule.c | ||
| worktree_helpers.c | ||
| worktree_helpers.h | ||
| worktree.c | ||