Releases: quodlibetor/git-instafix
Releases · quodlibetor/git-instafix
Version 0.2.7
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
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
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
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
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
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
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
Version 0.2.3
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
Version 0.2.2
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
Version 0.2.1
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
Version 0.2.0
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
Version 0.1.9
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
Install prebuilt binaries via Homebrew
brew install quodlibetor/homebrew-git-fixup/git-fixup
Download git-fixup 0.1.9
Version 0.1.9-prerelease.5
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
Install prebuilt binaries via Homebrew
brew install quodlibetor/homebrew-git-fixup/git-fixup
Download git-fixup 0.1.9-prerelease.5