Skip to content

Stacked Git 2.0.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@jpgrayson jpgrayson released this 29 Aug 01:54
· 779 commits to master since this release
v2.0.0-beta.3
6d09a00

This third, and likely last, beta release of StGit 2.0 improves StGit's compatibility with sparse checkouts and further improves the Makefiles which should hopefully help downstream packagers. Several other minor bug fixes are also included in this release.

Added

  • Add install targets for contrib/ directory.

Changed

  • Use git executable instead of libgit2 for all status and index operations to improve compatibility with sparse index checkouts (#195).
  • Show commit hash in stg version output when not built from tag.
  • Use cargo --locked consistently in Makefiles.
  • Use "patch" extension in temp file name when editing a patch with a diff.
  • Updated transient dependencies in Cargo.lock.

Fixed

  • Repair stg branch --describe panic when run without arguments
  • Repair zsh completions for git branch
  • Repair stgit.el to use compatible stg show commands (#202).
  • Repair stg uncommit --to to work with annotated tags (#203).
  • Repair make install to not install cargo tracking files.