Releases: alltuner/git-sprout
Releases · alltuner/git-sprout
Release list
git-sprout: v0.1.0
0.1.0 (2026-08-20)
Features
- materialise the new worktree with block clones (0da8c3a)
- parse the git worktree add surface and delegate everything (e6e28c1)
- report how many subtrees were cloned in one call (a9fef63)
- scaffold the git-sprout workspace and release pipeline (bd4ae0f)
- the tool — argument parsing, block cloning and index-based verification (5345014)
Bug Fixes
- build and test on linux and windows as well as macos (52ddf14)
- delegate on an unborn HEAD and give clones a checkout's permissions (21199b4)
- fold collision groups over the source's paths as well as the target's (a6de732)
- keep the index version the repository asked for (fe3cb22)
- leave a split-index repository to git (d942b77)
- settle case collisions like git, and survive an interrupt (f4d7553)
- stop deadlocking against git on large path lists (49d5767)
Documentation Updates
- record where the build spec's verification rule is unsound (93c1c1a)
Styling Changes
- satisfy clippy on the collision regression test (02dff94)