Skip to content

Releases: quodlibetor/git-instafix

Version 0.2.7

29 Jun 17:53
Compare
Choose a tag to compare

Release Notes

  • Support arbitrary refs (i.e. tags like v0.1.0 and full refspecs
    like ref/pull/ID) as the merge-base selector.

Install git-instafix 0.2.7

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/quodlibetor/git-instafix/releases/download/v0.2.7/git-instafix-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/quodlibetor/git-instafix/releases/download/v0.2.7/git-instafix-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install quodlibetor/git-tools/git-instafix

Download git-instafix 0.2.7

File Platform Checksum
git-instafix-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
git-instafix-x86_64-apple-darwin.tar.xz Intel macOS checksum
git-instafix-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
git-instafix-x86_64-pc-windows-msvc.msi x64 Windows checksum
git-instafix-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
git-instafix-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo quodlibetor/git-instafix

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

Version 0.2.6

27 Jun 01:45
Compare
Choose a tag to compare

Release Notes

  • Fix and improve the experience of working with a main-only workflow.
    • Provide a tailored error message if your current branch is the selected upstream branch
    • Work correctly with explicitly-defined remote upstream branches.

Install git-instafix 0.2.6

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/quodlibetor/git-instafix/releases/download/v0.2.6/git-instafix-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/quodlibetor/git-instafix/releases/download/v0.2.6/git-instafix-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install quodlibetor/git-tools/git-instafix

Download git-instafix 0.2.6

File Platform Checksum
git-instafix-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
git-instafix-x86_64-apple-darwin.tar.xz Intel macOS checksum
git-instafix-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
git-instafix-x86_64-pc-windows-msvc.msi x64 Windows checksum
git-instafix-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
git-instafix-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo quodlibetor/git-instafix

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

Version 0.2.5

22 Jun 19:42
Compare
Choose a tag to compare

Release Notes

  • Correctly find git repos in parent dirs of CWD
  • Enable experimental github release attestations in cargo-dist

Install git-instafix 0.2.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/quodlibetor/git-instafix/releases/download/v0.2.5/git-instafix-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/quodlibetor/git-instafix/releases/download/v0.2.5/git-instafix-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install quodlibetor/git-tools/git-instafix

Download git-instafix 0.2.5

File Platform Checksum
git-instafix-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
git-instafix-x86_64-apple-darwin.tar.xz Intel macOS checksum
git-instafix-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
git-instafix-x86_64-pc-windows-msvc.msi x64 Windows checksum
git-instafix-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
git-instafix-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo quodlibetor/git-instafix

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

Version 0.2.4

20 Jun 01:02
Compare
Choose a tag to compare

Release Notes

  • Retarget multiple branches pointing at the same commit

Install git-instafix 0.2.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/quodlibetor/git-instafix/releases/download/v0.2.4/git-instafix-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/quodlibetor/git-instafix/releases/download/v0.2.4/git-instafix-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install quodlibetor/git-tools/git-instafix

Download git-instafix 0.2.4

File Platform Checksum
git-instafix-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
git-instafix-x86_64-apple-darwin.tar.xz Intel macOS checksum
git-instafix-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
git-instafix-x86_64-pc-windows-msvc.msi x64 Windows checksum
git-instafix-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
git-instafix-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

Version 0.2.3

11 May 19:36
Compare
Choose a tag to compare

Release Notes

  • Allow setting the diff theme
  • Read configuration from git config as well as arguments and env vars
  • Choose whether to display full diff or just a diffstat based on terminal
    height instead of a constant
  • Add -u alias for --default-upstream-branch

Install git-instafix 0.2.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/quodlibetor/git-instafix/releases/download/v0.2.3/git-instafix-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/quodlibetor/git-instafix/releases/download/v0.2.3/git-instafix-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install quodlibetor/git-tools/git-instafix

Download git-instafix 0.2.3

File Platform Checksum
git-instafix-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
git-instafix-x86_64-apple-darwin.tar.xz Intel macOS checksum
git-instafix-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
git-instafix-x86_64-pc-windows-msvc.msi x64 Windows checksum
git-instafix-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
git-instafix-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

Version 0.2.2

17 Apr 02:16
Compare
Choose a tag to compare

Release Notes

  • Correctly retarget branches if the target of the edit is also a branch (#24)
  • Check if main, master, develop, or trunk exist as reasonable default upstream branches
  • Leave the repo in a less confusing state if the edit target is a conflict

Install git-instafix 0.2.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/quodlibetor/git-instafix/releases/download/v0.2.2/git-instafix-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install quodlibetor/homebrew-git-tools/git-instafix

Download git-instafix 0.2.2

File Platform Checksum
git-instafix-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
git-instafix-x86_64-apple-darwin.tar.xz Intel macOS checksum
git-instafix-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
git-instafix-x86_64-pc-windows-msvc.msi x64 Windows checksum
git-instafix-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
git-instafix-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

Version 0.2.1

04 Mar 03:32
Compare
Choose a tag to compare

Release Notes

  • Remove last dependency on external git binary, using libgit2 for all git interactions
  • Show backtraces on error if RUST_BACKTRACE=1 is in the environment
  • Correctly stash and unstash changes before the rebase

Install git-instafix 0.2.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/quodlibetor/git-instafix/releases/download/v0.2.1/git-instafix-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install quodlibetor/git-tools/git-instafix

Download git-instafix 0.2.1

File Platform Checksum
git-instafix-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
git-instafix-x86_64-apple-darwin.tar.xz Intel macOS checksum
git-instafix-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
git-instafix-x86_64-pc-windows-msvc.msi x64 Windows checksum
git-instafix-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
git-instafix-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

Version 0.2.0

17 Feb 21:38
Compare
Choose a tag to compare

Release Notes

  • Rename to git-instafix because there are a bunch of existing projects named git-fixup

Install git-instafix 0.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/quodlibetor/git-instafix/releases/download/v0.2.0/git-instafix-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install quodlibetor/git-tools/git-instafix

Download git-instafix 0.2.0

File Platform Checksum
git-instafix-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
git-instafix-x86_64-apple-darwin.tar.xz Intel macOS checksum
git-instafix-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
git-instafix-x86_64-pc-windows-msvc.msi x64 Windows checksum
git-instafix-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
git-instafix-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

Version 0.1.9

16 Feb 21:56
Compare
Choose a tag to compare

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

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/quodlibetor/git-fixup/releases/download/v0.1.9/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

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.5

16 Feb 21:02
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.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/quodlibetor/git-fixup/releases/download/v0.1.9-prerelease.5/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.5

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