Changes between Initial Version and Version 1 of Ticket #29416
- Timestamp:
- Mar 27, 2020, 4:59:40 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29416 – Description
initial v1 1 1 This would create a copy of the worktree in the toxenvdir. Using `git worktree add --detached` + copying over `git ls-files --exclude-standard -m -o ` or similar. 2 2 3 This would be an alternative to #21469 (Enable VPATH builds (several independent build trees connected to one source tree))