Releases: git-fire/git-harness
Releases · git-fire/git-harness
v0.3.0
v0.2.0
Breaking change
- Removed
git.PushKnownBranches. Consumers should composeFetchRemote,ListLocalBranches,ListRemoteBranches,RefIsAncestor,PushBranch, andCreateFireBranch, or use git-fire for push-known policy.
Additions
FetchRemote,ListLocalBranches,ListRemoteBranches,RefIsAncestor
Fix
CreateFireBranchnow creates the backup ref at the given SHA (not current HEAD).
Requirements
- Go 1.24+
giton PATH