Skip to content

Releases: git-fire/git-harness

v0.3.0

16 Apr 08:22
a342dfc

Choose a tag to compare

Highlights

  • Add bounded detect/intervene/verify rewrite scenario orchestration.
  • Include pass-by-pass telemetry and max-attempt guards for sanitize loops.
  • Merged via PR #5.

v0.2.0

14 Apr 07:37
377c314

Choose a tag to compare

Breaking change

  • Removed git.PushKnownBranches. Consumers should compose FetchRemote, ListLocalBranches, ListRemoteBranches, RefIsAncestor, PushBranch, and CreateFireBranch, or use git-fire for push-known policy.

Additions

  • FetchRemote, ListLocalBranches, ListRemoteBranches, RefIsAncestor

Fix

  • CreateFireBranch now creates the backup ref at the given SHA (not current HEAD).

Requirements

  • Go 1.24+
  • git on PATH