Automic VaultAutomic Vault

brew

git-integration を Homebrew でインストール

git-integration のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install git-integration

local Homebrew formula metadata

概要

パッケージ概要

Manage git integration branches

コマンドとエイリアス

  • git-integration

履歴

プロジェクトの歴史と使われ方

git-integration is a small Git add-on for building and rebuilding integration branches from a base branch plus a list of topic branches. It treats the integration plan as an instruction sheet, so the tool fits Git users who want to test several in-progress branches together without pretending that those branches are ready to merge.

プロジェクトの歴史

John Keeping published the project as a public GitHub repository in 2013. The manual describes an integration branch as the result of merging several topic branches onto a base branch, with the branch rebuilt as the base or topics change.

The documentation evolved around instruction sheets stored under refs/insns, with commands for creating, editing, rebuilding, continuing, aborting, and showing status. Release notes for v0.2 added a disabled-instruction marker and a prefix option for sharing instruction sheets across machines; v0.4 added support for annotated tags as integration-branch bases.

採用の歴史

The project has remained a niche Git workflow tool rather than a broad platform. Its Homebrew formula and GitHub Pages documentation made it easy for macOS and Unix-like users to install, but its adoption story is mostly among users who already manage long-lived topic-branch integration flows.

使われ方

Practitioners use `git integration --create`, `--edit`, `--rebuild`, and `--status` to describe and refresh a synthetic branch containing multiple topic branches. The instruction sheet can include a base ref, merge instructions, comments that become merge-message text, and disabled instructions kept for later reference.

Because instruction sheets live in Git refs, teams can push and fetch them much like branches. That makes git-integration useful when an integrator wants to share a proposed integration queue without rewriting or merging the underlying topic branches.

パッケージ好きにとっての重要性

For package and Git tooling enthusiasts, git-integration is notable because it models project state with Git's own ref namespace rather than an external database. It is part of the Unixy family of Git subcommands that compose with Git configuration, shell completion, reflogs, and plain-text manuals.

タイムライン

  • 2013: Public GitHub repository created.
  • v0.2: Added disabled instructions, prefix support, reflog cleanup, portability fixes, and documentation fixes.
  • v0.4: Added annotated-tag support for integration-branch bases.

Related projects

  • git-integration sits near Git's rerere conflict-reuse mechanism and branch-stack tools such as git-machete. Unlike rebase-stack tools, it focuses on building a throwaway or shareable integration branch from independent topic branches.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 1 個のプラットフォームターゲットで利用できます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
git-integrationcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版0.4
マネージャ更新日2026-06-18
ローカルデータOK
上流最新
検出された最新v0.4

https://github.com/johnkeeping/git-integration

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:git-integration
バージョン0.4
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/git-integration
ホームページhttps://johnkeeping.github.io/git-integration/
リポジトリhttps://github.com/johnkeeping/git-integration
上流ドキュメントhttps://github.com/johnkeeping/git-integration/tree/master/Documentation
ライセンスGPL-2.0-only
ソースアーカイブhttps://github.com/johnkeeping/git-integration/archive/refs/tags/v0.4.tar.gz
最終更新2026-06-18T09:25:51+09:00
Pulseupdated
Bottle利用可能 (対象 all)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namegit-integration
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • package relationship graph
  • package version freshness
  • package-page enrichment