pkg.soopen package index

brew / Rang 15766

topgit mit Homebrew, apk, apt, dnf, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für topgit in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install topgit

local Homebrew formula metadata

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add topgit

Alpine Linux edge package indexes · topgit · Quelle: dl-cdn.alpinelinux.org

Debian aptverifiziert · 92%
sudo apt install topgit

Debian stable package indexes · topgit · Quelle: deb.debian.org

Fedora dnfverifiziert · 92%
sudo dnf install topgit

Fedora Rawhide package metadata · topgit · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#tg

nixpkgs package indexes · pkgs/by-name/tg/tg/package.nix · Quelle: api.github.com

Überblick

Paketzusammenfassung

Git patch queue manager

Befehle und Aliase

  • tg

Verlauf

Projektgeschichte und Nutzung

TopGit is a Git-based patch queue manager exposed through the `tg` command. It was created for people maintaining interdependent patch sets on top of another project, especially where patches must remain reviewable, exportable, and shareable.

Projektgeschichte

The official changelog starts with TopGit 0.1 in August 2008. Its documentation calls it a different patch queue manager and explains the core idea: instead of storing patches as diff files, TopGit represents each patch as Git branches plus metadata files such as `.topdeps` and `.topmsg`.

The maintained mackyle documentation describes the current TopGit PRO repository, hosted on GitHub and repo.or.cz, as a continuation that fixes bugs and expands the original design. Later 0.19-series releases added features around undo, speed, POSIX portability, compatibility, and internal cleanup.

Adoptionsgeschichte

TopGit's adoption is specialized rather than mainstream. The input package metadata lists packages in Alpine, Homebrew, Debian, Fedora, Nix, and Ubuntu, which fits its audience: distro maintainers, patch-stack maintainers, and Git users who need more structure than ad hoc branches but still want patch export.

Wie es verwendet wird

TopGit is used to create, update, inspect, export, mail, and navigate patch branches. The official overview contrasts it with Quilt: Quilt tracks ordered diff files, while TopGit tracks patch dependencies in Git and can export a quilt-style patch directory when needed.

Warum Paket-Nerds sich dafür interessieren

TopGit is significant in package-maintenance culture because it bridges Git-native history and downstream patch queues. It preserves patch-edit history, supports dependency topology beyond a linear series file, and can still produce patch sets for ecosystems that expect diff files.

Zeitleiste

  • 2008: TopGit 0.1 appears in the official changelog.
  • 2014: Changelog notes TopGit 0.10.
  • 0.19 series: Later maintained releases focus on undo, speed, POSIX portability, compatibility, and internal cleanup.
  • Current: mackyle documentation identifies the maintained TopGit PRO repository and full manual.

Related projects

  • Git, Quilt, StGIT, Guilt, git send-email, distro patch queues.

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • Es wurden keine Homebrew-Bottle-Metadaten erfasst.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
tgExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-08-03
Manager-Version0.19.14
Manager aktualisiert2026-06-15
lokale Datenunbekannt
Upstreamnicht verfügbar
neueste erkannte Versionnicht erkannt
  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:topgit
Version0.19.14
PaketmanagerHomebrew
Homepagehttps://repo.or.cz/topgit/pro.git
Repositoryhttps://github.com/mackyle/topgit
Zuletzt aktualisiert2026-06-15T10:21:22-04:00
Pulseupdated
Bottlenicht erfasst
Dienstkeiner deklariert

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

topgit 0.8-3

a Git patch queue manager

https://repo.or.cz/w/topgit.git

sudo apt install topgit
  • Section: vcs
  • Architecture: all
  • 2 Abhängigkeiten
  • 3 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Topgit
Debian stable package indexes · deb.debian.org · Debian stable package indexes: topgit from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt95%

topgit 0.8-3

a Git patch queue manager

https://repo.or.cz/w/topgit.git

sudo apt install topgit
  • Section: universe/devel
  • Architecture: all
  • 2 Abhängigkeiten
  • 3 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Topgit
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: topgit from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

topgit 0.19.13-r1

A different patch queue manager

https://github.com/mackyle/topgit

sudo apk add topgit
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: topgit
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Topgit
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: topgit from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

topgit-bash-completion 0.19.13-r1

Bash completions for topgit

https://github.com/mackyle/topgit

sudo apk add topgit-bash-completion
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: topgit
  • normalized package name match
  • Abgeglichen nach: Topgit
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: topgit-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

topgit-doc 0.19.13-r1

A different patch queue manager (documentation)

https://github.com/mackyle/topgit

sudo apk add topgit-doc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: topgit
  • normalized package name match
  • Abgeglichen nach: Topgit
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: topgit-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
dnf95%

topgit 0.19.14-4.fc45

A different patch queue manager

https://mackyle.github.io/topgit/

sudo dnf install topgit
  • License: GPL-2.0-only
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: topgit
  • 8 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Topgit
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: topgit from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
Nix92%

tg

nix profile install nixpkgs#tg
  • installed executable or alias match
  • Abgeglichen nach: Tg
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/tg/tg/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • 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