Skip to content

Releases: quodlibetor/git-instafix

Version 0.1.9-prerelease.4

16 Feb 20:48
Compare
Choose a tag to compare
Pre-release

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

16 Feb 20:31
Compare
Choose a tag to compare
Pre-release

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

16 Feb 20:21
Compare
Choose a tag to compare
Pre-release

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 🎉

11 Apr 17:25
Compare
Choose a tag to compare
v0.1.8: Support a constructed merge base

v0.1.7

11 Apr 17:13
4ce9e20
Compare
Choose a tag to compare
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

06 Jun 04:09
Compare
Choose a tag to compare
Version 0.1.5

Improvement:

* Don't offer to do work when there's no work to be done

v0.1.4: Slightly Improved!

06 Jun 00:42
Compare
Choose a tag to compare

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

31 May 00:46
Compare
Choose a tag to compare

Support for running git fixup in linux and mac os.