Skip to content

Stacked Git 2.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@jpgrayson jpgrayson released this 05 Aug 23:02
· 924 commits to master since this release
v2.0.0-beta.2
1d82990

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 and chrono.
  • 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.