pkg.soopen package index

brew / 順位 4509

git-graph を Homebrew, apk, Nix, pacman, scoop でインストール

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

インストール

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

macOS

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

local Homebrew formula metadata

Linux

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

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

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

nixpkgs package indexes · pkgs/by-name/gi/git-graph/package.nix · ソース: api.github.com

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

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

Windows

Scoop確認済み · 92%
scoop install extras/git-graph

Scoop official bucket manifest trees · bucket/git-graph.json · ソース: api.github.com

概要

パッケージ概要

Command-line tool to show clear git graphs arranged for your branching model

コマンドとエイリアス

  • git-graph

履歴

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

git-graph is a Rust command-line tool for rendering Git history graphs in a terminal with branch ordering based on a chosen branching model. It aims to make histories such as GitFlow easier to read than raw graph output from generic clients.

プロジェクトの歴史

The project started in late 2020 and produced a rapid sequence of early releases around text-based graph rendering, branch models, styles, and formatting. The README presents the tool as a structured graph viewer for GitFlow, simple, and custom branching models, while the manual documents model selection, styles, commit formatting, SVG output, and persistent per-repository model settings.

採用の歴史

git-graph occupies a narrower visualization niche than full terminal Git interfaces, but it has package visibility through Homebrew and crates.io. The README also points users who need an interactive terminal application to `git-igitt`, which was built on top of git-graph.

使われ方

Practitioners run `git-graph` inside a repository, choose a model with `--model`, set a repository's preferred model with `git-graph model`, and tune output with styles or Git-like format strings. Custom branching models live under the platform app-data directory as TOML files.

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

git-graph is package-manager interesting because it packages a specialized view of repository topology as a standalone binary rather than a large Git client. It is useful when developers want a predictable, scriptable terminal visualization aligned with their branch model.

タイムライン

  • 2020: Repository created on GitHub.
  • 2020: 0.1.0 release began the release series.
  • 2021: 0.5.0 release followed the initial burst of graph-rendering releases.
  • 2022: crates.io package appeared.
  • 2025: 0.7.0 release line was packaged by Homebrew.

Related projects

  • git-graph relates to `git log --graph`, graphical Git clients, GitFlow-oriented visualization tools, and `git-igitt`, an interactive terminal application based on git-graph.

セキュリティ状態

リスクレベル: グリーン

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 メタデータは 6 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

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

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Linux
~/.config/git-graph/models/*.toml
macOS
~/Library/Application Support/git-graph/models/*.toml
Windows
%APPDATA%\git-graph\models\*.toml

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

ページ生成日2026-09-19
マネージャ版0.8.0
マネージャ更新日2026-09-11
ローカルデータOK
上流最新
検出された最新v0.8.0

https://github.com/git-bahn/git-graph

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

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:git-graph
バージョン0.8.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/git-graph
ホームページhttps://github.com/git-bahn/git-graph
リポジトリhttps://github.com/git-bahn/git-graph
ライセンスMIT
ソースアーカイブhttps://github.com/git-bahn/git-graph/archive/refs/tags/v0.8.0.tar.gz
最終更新2026-09-11T06:35:02Z
Pulseupdated
ビルド依存関係rust
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

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

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

Nix95%

git-graph

nix profile install nixpkgs#git-graph
  • normalized package name match
  • 一致条件: Git Graph
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/gi/git-graph/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

git-graph 0.7.0-r0

Command line tool to show clear git graphs arranged for your branching model

https://github.com/git-bahn/git-graph/

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

git-graph-doc 0.7.0-r0

Command line tool to show clear git graphs arranged for your branching model (documentation)

https://github.com/git-bahn/git-graph/

sudo apk add git-graph-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: git-graph
  • normalized package name match
  • 一致条件: Git Graph
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: git-graph-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
pacman95%

git-graph 0.8.0-1

show clear git graphs arranged following different branching model

https://github.com/mlange-42/git-graph

sudo pacman -S git-graph
  • License: MIT
  • Architecture: x86_64
  • 6 依存関係
  • normalized package name match
  • 一致条件: Git Graph
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: git-graph from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
Scoop95%

extras/git-graph

scoop install extras/git-graph
  • normalized package name match
  • 一致条件: Git Graph
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/git-graph.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

ソース経路

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

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

使用ソース

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment
  • pkg.so package database
  • pkgdb category and tag curation