macOS
brew install git-imergelocal Homebrew formula metadata
brew
Incremental merge for git. Version 1.2.0 via Homebrew; verified 2026-06-18.
install
brew install git-imergelocal Homebrew formula metadata
sudo apt install git-imergeDebian stable package indexes · git-imerge · source: deb.debian.org
sudo dnf install git-imergeFedora Rawhide package metadata · git-imerge · source: dl.fedoraproject.org
nix profile install nixpkgs#git-imergenixpkgs package indexes · pkgs/by-name/gi/git-imerge/package.nix · source: api.github.com
overview
Incremental merge for git
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
git-imerge | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/mhagger/git-imerge
install metadata
| Package key | brew:git-imerge |
|---|---|
| Version | 1.2.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/git-imerge |
| Homepage | https://github.com/mhagger/git-imerge |
| Repository | https://github.com/mhagger/git-imerge |
| Upstream docs | https://github.com/mhagger/git-imerge#readme |
| License | GPL-2.0-or-later |
| Source archive | https://files.pythonhosted.org/packages/be/f6/ea97fb920d7c3469e4817cfbf9202db98b4a4cdf71d8740e274af57d728c/git-imerge-1.2.0.tar.gz |
| Last updated | 2026-06-18T09:25:51+09:00 |
| Pulse | updated |
| Dependencies | python@3.14 |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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-imergesource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.