macOS
brew install git-imergelocal Homebrew formula metadata
brew
git-imerge のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install git-imergelocal Homebrew formula metadata
sudo apt install git-imergeDebian stable package indexes · git-imerge · ソース: deb.debian.org
sudo dnf install git-imergeFedora Rawhide package metadata · git-imerge · ソース: dl.fedoraproject.org
nix profile install nixpkgs#git-imergenixpkgs package indexes · pkgs/by-name/gi/git-imerge/package.nix · ソース: api.github.com
概要
Incremental merge for git
履歴
git-imerge is a Git extension for incremental merge, rebase, revert, and drop operations. It breaks large conflict sets into smaller pairwise conflicts and records progress inside Git refs so work can be paused, tested, shared, and resumed.
Michael Haggerty's repository was created in May 2013, the same period in which the README points users to a GitMerge 2013 presentation and a practical introduction article. The project framed incremental merging as a way to reduce conflict pain by identifying exactly which commits from two branches conflict.
git-imerge became a well-known specialist tool among advanced Git users because it addressed a real pain point in long-running branches: merge conflicts that are too large to understand at once. Its GitHub repository has thousands of stars and its packaging spans Homebrew, Debian, Fedora, Nix, and Ubuntu, indicating durable interest beyond a single distribution.
Practitioners use commands such as `git-imerge merge BRANCH`, `git-imerge rebase BRANCH`, and `git-imerge continue` as analogues to Git's native merge and rebase workflows. During an operation, git-imerge records state under `refs/imerge/NAME`, can show a diagram of progress, and can simplify the final result into a merge, rebase, history-preserving rebase, or fuller intermediate history.
The package is notable because it is not a wrapper around a single Git porcelain command; it stores its own operation graph in Git's object database and refs. That makes it especially interesting to people who study Git internals, conflict resolution, and packaging of Git subcommands.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
git-imerge | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/mhagger/git-imerge
インストールメタデータ
| パッケージキー | brew:git-imerge |
|---|---|
| バージョン | 1.2.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/git-imerge |
| ホームページ | https://github.com/mhagger/git-imerge |
| リポジトリ | https://github.com/mhagger/git-imerge |
| 上流ドキュメント | https://github.com/mhagger/git-imerge#readme |
| ライセンス | GPL-2.0-or-later |
| ソースアーカイブ | https://files.pythonhosted.org/packages/be/f6/ea97fb920d7c3469e4817cfbf9202db98b4a4cdf71d8740e274af57d728c/git-imerge-1.2.0.tar.gz |
| 最終更新 | 2026-06-18T09:25:51+09:00 |
| Pulse | updated |
| 依存関係 | python@3.14 |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | git-imerge |
| Version Scheme | 0 |
| Revision | 1 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
git-imerge 1.2.0-5
incremental merge and rebase for git
https://github.com/mhagger/git-imerge
sudo apt install git-imergegit-imerge
nix profile install nixpkgs#git-imergegit-imerge 1.2.0-5
incremental merge and rebase for git
https://github.com/mhagger/git-imerge
sudo apt install git-imergegit-imerge 1.2.0-3.fc45
Incremental merge and rebase for Git
https://github.com/mhagger/git-imerge
sudo dnf install git-imergeソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.