macOS
brew install git-reviselocal Homebrew formula metadata
brew / 順位 5780
git-revise のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install git-reviselocal Homebrew formula metadata
sudo apk add git-reviseAlpine Linux edge package indexes · git-revise · ソース: dl-cdn.alpinelinux.org
sudo apt install git-reviseDebian stable package indexes · git-revise · ソース: deb.debian.org
sudo dnf install git-reviseFedora Rawhide package metadata · git-revise · ソース: dl.fedoraproject.org
nix profile install nixpkgs#git-revisenixpkgs package indexes · git-revise · ソース: raw.githubusercontent.com
sudo pacman -S git-reviseArch Linux sync databases · git-revise · ソース: geo.mirror.pkgbuild.com
概要
Rebase alternative for easy & efficient in-memory rebases and fixups
履歴
git-revise is a Git subcommand and Python library for updating, splitting, and rearranging commits without the heavier working-tree churn of many rebase workflows.
The project appeared in 2018 under Nika Layzell's authorship and positioned itself as an ergonomic alternative to `git rebase` for patch-stack workflows. Its documentation emphasizes in-memory merges, preserving index and working-tree state, and avoiding unnecessary rebuilds on large codebases.
The changelog shows an incremental focus on history-editing ergonomics: interactive message editing, improved cut behavior, autosquash configuration, support for `git add --patch`, and manpage installation refinements.
git-revise spread through Python packaging, Homebrew, and distribution packages for developers who wanted a faster fixup/split tool without replacing Git itself. Its adoption is strongest among users who frequently rewrite local patch series before sending them for review.
Practitioners stage changes, run `git revise <target>` to fold those changes into an older commit, or use interactive and autosquash modes to edit a stack of unpublished commits. It is used beside `git rebase`, not as a full replacement for every history-rewriting case.
The package is notable because it treats Git object manipulation as a focused developer-experience problem. It packages an opinionated patch-stack workflow as a small subcommand while leaving the repository format and normal Git commands unchanged.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
git-revise | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:git-revise |
|---|---|
| バージョン | 0.8.0 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://github.com/mystor/git-revise |
| リポジトリ | https://github.com/mystor/git-revise |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
git-revise 0.7.0-1
handy git tool for doing efficient in-memory commit rebases & fixups
https://mystor.github.io/git-revise.html
sudo apt install git-revisegit-revise
nix profile install nixpkgs#git-revisegit-revise 0.7.0-1
handy git tool for doing efficient in-memory commit rebases & fixups
https://mystor.github.io/git-revise.html
sudo apt install git-revisegit-revise 0.7.0-r6
Handy tool for doing efficient in-memory commit rebases & fixups with git
https://github.com/mystor/git-revise
sudo apk add git-revisegit-revise-doc 0.7.0-r6
Handy tool for doing efficient in-memory commit rebases & fixups with git (documentation)
https://github.com/mystor/git-revise
sudo apk add git-revise-docgit-revise-pyc 0.7.0-r6
Precompiled Python bytecode for git-revise
https://github.com/mystor/git-revise
sudo apk add git-revise-pycgit-revise 0.7.0-19.fc45
Efficiently update, split, and rearrange git commits
https://github.com/mystor/git-revise
sudo dnf install git-revisegit-revise 0.8.0-2
A git subcommand to efficiently update, split, and rearrange commits
https://mystor.github.io/git-revise.html
sudo pacman -S git-reviseソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.