We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d178e0 commit 36cd3e2Copy full SHA for 36cd3e2
1 file changed
CHANGES
@@ -20,6 +20,15 @@ $ uv add libvcs --prerelease allow
20
_Notes on the upcoming release will go here._
21
<!-- END PLACEHOLDER - ADD NEW CHANGELOG ENTRIES BELOW THIS LINE -->
22
23
+### Internal
24
+
25
+#### _internal: Add copytree_reflink for CoW-optimized copying (#503)
26
27
+- Add {func}`~libvcs._internal.copy.copytree_reflink` using `cp --reflink=auto`
28
+- Enables Copy-on-Write on supported filesystems (btrfs, XFS, APFS)
29
+- Falls back to {func}`shutil.copytree` on unsupported filesystems
30
+- Used by pytest fixtures for faster test setup
31
32
## libvcs 0.40.0 (2026-04-25)
33
34
### What's new
0 commit comments