]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'cw/worktree-relative'
authorTaylor Blau <me@ttaylorr.com>
Tue, 22 Oct 2024 18:40:39 +0000 (14:40 -0400)
committerTaylor Blau <me@ttaylorr.com>
Tue, 22 Oct 2024 18:40:39 +0000 (14:40 -0400)
commit8e08668322c4c37d4f3ee5b87c8617c86f9a9afd
tree0e0914b6732cdcfe578cd84457efba53c4977158
parent6ca9a05e63608a386f9dec50110725954c41216a
parent08830ac00f2e6173d5248744bd6f0b785189dffe
Merge branch 'cw/worktree-relative'

An extra worktree attached to a repository points at each other to
allow finding the repository from the worktree and vice versa
possible.  Turn this linkage to relative paths.

* cw/worktree-relative:
  worktree: add test for path handling in linked worktrees
  worktree: link worktrees with relative paths
  worktree: refactor infer_backlink() to use *strbuf
  worktree: repair copied repository and linked worktrees