Release Notes
Added
- Initial stable release of
gg (git-gist)
- Hybrid discovery of child git repositories with depth limits, ignores, and
.ggignore
- Git passthrough (
gg status, …) with reserved builtins and gg git escape hatch
- Insights:
overview, list, info, commits, worktrees, doctor, stale
- Targeting:
--in, --exclude, -g groups, aliases, tags, status filters
- Config: global + local TOML, schema_version, remotes catalog, scaffold profiles, hook packs
each, sync, init/scaffold, hooks, remotes
- Completions, man page generation, color themes, JSON/NDJSON output
- Shell helpers (
gg-cd, prompt), CI, cargo-dist packaging metadata
- OSS docs: README, LICENSE, CONTRIBUTING, CODE_OF_CONDUCT, SECURITY, FUNDING
- Full command integration tests + unit tests; CI coverage gate at ≥95% line coverage (
cargo llvm-cov)
- Packaging: cargo-dist release (shell/PowerShell installers + Homebrew publish), deb/rpm attach workflow, live
chtnnh/homebrew-tap
- Operator guide in
packaging/README.md
Install git-gist 1.0.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/chtnnh/git-gist/releases/download/v1.0.0/git-gist-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/chtnnh/git-gist/releases/download/v1.0.0/git-gist-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install chtnnh/tap/git-gist
Download git-gist 1.0.0