Releases: quodlibetor/git-instafix
Releases · quodlibetor/git-instafix
Version 0.1.9-prerelease.4
Release Notes
- CI and doc improvements
- Use libgit2 instead of shelling out for more things.
- Create binaries and install scripts with cargo-dist
Install git-fixup 0.1.9-prerelease.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/quodlibetor/git-fixup/releases/download/v0.1.9-prerelease.4/git-fixup-installer.sh | sh
Install prebuilt binaries into your npm project
npm install [email protected]
Install prebuilt binaries via Homebrew
brew install quodlibetor/homebrew-git-fixup/git-fixup
Download git-fixup 0.1.9-prerelease.4
File | Platform | Checksum |
---|---|---|
git-fixup-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
git-fixup-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
git-fixup-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
git-fixup-x86_64-unknown-linux-musl.tar.gz | x64 MUSL Linux | checksum |
Version 0.1.9-prerelease.3
Release Notes
- CI and doc improvements
- Use libgit2 instead of shelling out for more things.
- Create binaries and install scripts with cargo-dist
Install git-fixup 0.1.9-prerelease.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/quodlibetor/git-fixup/releases/download/v0.1.9-prerelease.3/git-fixup-installer.sh | sh
Install prebuilt binaries into your npm project
npm install [email protected]
Install prebuilt binaries via Homebrew
brew install quodlibetor/git-fixup/git-fixup
Download git-fixup 0.1.9-prerelease.3
File | Platform | Checksum |
---|---|---|
git-fixup-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
git-fixup-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
git-fixup-x86_64-pc-windows-msvc.tar.gz | x64 Windows | checksum |
git-fixup-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
git-fixup-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
git-fixup-x86_64-unknown-linux-musl.tar.gz | x64 MUSL Linux | checksum |
Version 0.1.9-prerelease.2
Release Notes
- CI and doc improvements
- Use libgit2 instead of shelling out for more things.
- Create binaries and install scripts with cargo-dist
Install git-fixup 0.1.9-prerelease.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/quodlibetor/git-fixup/releases/download/v0.1.9-prerelease.2/git-fixup-installer.sh | sh
Install prebuilt binaries into your npm project
npm install [email protected]
Install prebuilt binaries via Homebrew
brew install quodlibetor/git-fixup/git-fixup
Download git-fixup 0.1.9-prerelease.2
File | Platform | Checksum |
---|---|---|
git-fixup-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
git-fixup-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
git-fixup-x86_64-pc-windows-msvc.tar.gz | x64 Windows | checksum |
git-fixup-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
git-fixup-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
git-fixup-x86_64-unknown-linux-musl.tar.gz | x64 MUSL Linux | checksum |
v0.1.8: Support only showing commits based on a merge base 🎉
v0.1.8: Support a constructed merge base
v0.1.7
Bump version to 0.1.7 Support finding a merge base via the GIT_INSTAFIX_UPSTREAM env var
v0.1.5: Don't offer to do work if there is no work to do
Version 0.1.5 Improvement: * Don't offer to do work when there's no work to be done
v0.1.4: Slightly Improved!
Bugs Fixed:
- Don't show every commit if upstream is not an ancestor of HEAD
Improvements:
- Better help display
- Add a --max-commits flag that applies whether or not there is an upstream
- of HEAD, and whether or not that upstream is a parent of HEAD
Development:
- Auto-build tagged commits for github
Initial Release
Support for running git fixup
in linux and mac os.