Stacked Git 2.0.0-beta.2
Pre-release
Pre-release
·
924 commits
to master
since this release
This second beta release of StGit 2.0 improves a couple use cases related to patch spilling (stg pop --spill
and stg spill
) as well as updating and reducing StGit's dependencies.
Changed
- Improved error when push conflicts with untracked files (#193)
- Removed a few transitive dependencies by turning-off features in
bstr
andchrono
. - Update
Cargo.lock
with latest dependencies - Update to
clap
3.2 and only use non-deprecated interfaces
Fixed
- Repair
stg spill
when spilling newly added files and using path limits.