forkctl 0.0.7

Control audited StGit downstream patch stacks
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash
# Version pins are generated from root mise.toml by `mise run version:sync`.
#MISE description="Run the complete forkctl CLI with exact Git/StGit tools and mounted shell completion"
#MISE dir="{{cwd}}"
#MISE raw_args=true
#MISE tools = { rust = "1.97.1", "cargo:stgit" = { version = "2.6.1", depends = ["rust"] }, "github:victor-software-house/forkctl" = "0.0.7" }
#USAGE mount "mise run --quiet fork -- --usage-spec=fork"

set -euo pipefail
exec forkctl "$@"