pkg.soopen package index

brew / 順位 5780

git-revise を Homebrew, apk, apt, dnf, Nix, pacman でインストール

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

インストール

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

macOS

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

local Homebrew formula metadata

Linux

Alpine Linux apk確認済み · 92%
sudo apk add git-revise

Alpine Linux edge package indexes · git-revise · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install git-revise

Debian stable package indexes · git-revise · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install git-revise

Fedora Rawhide package metadata · git-revise · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#git-revise

nixpkgs package indexes · git-revise · ソース: raw.githubusercontent.com

Arch Linux pacman確認済み · 92%
sudo pacman -S git-revise

Arch Linux sync databases · git-revise · ソース: geo.mirror.pkgbuild.com

概要

パッケージ概要

Rebase alternative for easy & efficient in-memory rebases and fixups

コマンドとエイリアス

  • git-revise

履歴

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

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.

タイムライン

  • 2018: GitHub repository created and documentation copyright begins.
  • 0.4.0: Interactive editing and bulk commit-message editing improved.
  • 0.5.0: `revise.autoSquash` configuration added.
  • 0.6.0: `git add --patch` support and manpage installation changes added.
  • 0.8.0: PyPI release series continued beyond the documented 0.6.0 manual.

Related projects

  • Related tools and workflows include `git rebase`, `git commit --fixup`, `git add --patch`, patch-stack review flows, and Git object-database libraries.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

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

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

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

実行可能ファイル

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

コマンド種類公開範囲メモ
git-revise実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

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

ページ生成日2026-08-03
マネージャ版0.8.0
マネージャ更新日
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:git-revise
バージョン0.8.0
パッケージマネージャHomebrew
ホームページhttps://github.com/mystor/git-revise
リポジトリhttps://github.com/mystor/git-revise
Bottle未記録
サービス宣言なし

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

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-revise
  • Section: devel
  • Architecture: all
  • 2 依存関係
  • normalized package name match
  • 一致条件: Git Revise
Debian stable package indexes · deb.debian.org · Debian stable package indexes: git-revise from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

git-revise

nix profile install nixpkgs#git-revise
  • normalized package name match
  • 一致条件: Git Revise
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: git-revise from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt95%

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-revise
  • Section: universe/devel
  • Architecture: all
  • 2 依存関係
  • normalized package name match
  • 一致条件: Git Revise
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: git-revise from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

git-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-revise
  • License: MIT
  • Architecture: x86_64
  • Source Package: git-revise
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Git Revise
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: git-revise from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

git-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-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: git-revise
  • normalized package name match
  • 一致条件: Git Revise
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: git-revise-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

git-revise-pyc 0.7.0-r6

Precompiled Python bytecode for git-revise

https://github.com/mystor/git-revise

sudo apk add git-revise-pyc
  • License: MIT
  • Architecture: x86_64
  • Source Package: git-revise
  • 1 依存関係
  • normalized package name match
  • 一致条件: Git Revise
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: git-revise-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
dnf95%

git-revise 0.7.0-19.fc45

Efficiently update, split, and rearrange git commits

https://github.com/mystor/git-revise

sudo dnf install git-revise
  • License: MIT
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: python-git-revise
  • 3 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Git Revise
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: git-revise from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
pacman95%

git-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
  • License: MIT
  • Architecture: any
  • 2 依存関係
  • normalized package name match
  • 一致条件: Git Revise
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: git-revise from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

ソース経路

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

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

使用ソース

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation