]> git.99rst.org Git - git.git/commit
worktree: refactor code to use available repositories
authorPatrick Steinhardt <redacted>
Thu, 16 Jul 2026 05:33:04 +0000 (07:33 +0200)
committerJunio C Hamano <redacted>
Thu, 16 Jul 2026 14:40:21 +0000 (07:40 -0700)
commit28723dad6465d98d15208d2c7692a3b873b03e3b
tree7d2a7bb9daf95cc79a40262e446ee1b4377c6496
parentaf57f7361d51ad76bead03829c6b1618a0c8adbb
worktree: refactor code to use available repositories

In "worktree.c" we have lots of users of `the_repository` that already
have a repository available to them. Convert all of them to use that
repository instead.

Signed-off-by: Patrick Steinhardt <redacted>
Signed-off-by: Junio C Hamano <redacted>
worktree.c
git clone https://git.99rst.org/PROJECT