We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7a8db commit 27c78e3Copy full SHA for 27c78e3
CHANGES
@@ -18,7 +18,14 @@ $ uv add libvcs --prerelease allow
18
19
<!-- Maintainers, insert changes / features for the next release here -->
20
21
-_Upcoming changes will be written here._
+### Internal
22
+
23
+#### _internal: Add copytree_reflink for CoW-optimized copying (#503)
24
25
+- Add {func}`~libvcs._internal.copy.copytree_reflink` using `cp --reflink=auto`
26
+- Enables Copy-on-Write on supported filesystems (btrfs, XFS, APFS)
27
+- Falls back to {func}`shutil.copytree` on unsupported filesystems
28
+- Used by pytest fixtures for faster test setup
29
30
### Development
31
0 commit comments