Stacked Git 2.0.0-beta.3
Pre-release
Pre-release
·
905 commits
to master
since this release
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 oflibgit2
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.