Skip to content

Releases: chtnnh/git-gist

1.1.0 - 2026-07-12

Choose a tag to compare

@github-actions github-actions released this 12 Jul 17:57
v1.1.0
67e9d94

Release Notes

Added

  • Semantic colors in overview/sync/stale tables (clean/dirty, age bands, ahead/behind)
  • [[auto_enroll]] config rules + gg update to enroll new repos into aliases/groups/tags
  • Cross-command tests/flags_matrix.rs covering selection, dry-run side effects, and format flags

Fixed

  • Scaffold profiles parse without requiring empty remotes / hooks tables
  • --root no longer unions out-of-root aliases into the selection; --root on a git repo includes that repo
  • Selection flags no longer gate catalog/config commands (alias, group, config, hooks list, …)
  • --dry-run honored by hooks install, remotes mutations, init/scaffold, alias/group/config set
  • -j honored by overview probing and status filters; -q/--timing honored by each
  • info PATH respects --only-* / --in / related selection filters
  • sync --dry-run --format json emits JSON instead of suppressing repo headers
  • deb/rpm packaging trigger after cargo-dist releases

Install git-gist 1.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/chtnnh/git-gist/releases/download/v1.1.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.1.0/git-gist-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install chtnnh/tap/git-gist

Download git-gist 1.1.0

File Platform Checksum
git-gist-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
git-gist-x86_64-apple-darwin.tar.xz Intel macOS checksum
git-gist-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
git-gist-x86_64-pc-windows-msvc.zip x64 Windows checksum
git-gist-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
git-gist-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

1.0.0 - 2026-07-12

Choose a tag to compare

@github-actions github-actions released this 12 Jul 15:39
v1.0.0
9663f70

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

File Platform Checksum
git-gist-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
git-gist-x86_64-apple-darwin.tar.xz Intel macOS checksum
git-gist-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
git-gist-x86_64-pc-windows-msvc.zip x64 Windows checksum
git-gist-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
git-gist-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum