# 使用 Homebrew, Nix 安装 git-series

查看 git-series 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:git-series
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install git-series
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#git-series
```

  证据: nixpkgs package indexes: pkgs/by-name/gi/git-series/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:git-series
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/git-series>
- **版本:** 0.9.1
- **来源摘要:** Track changes to a patch series over time
- **主页:** <https://github.com/git-series/git-series>
- **仓库:** <https://github.com/git-series/git-series>
- **许可证:** MIT
- **源码归档:** <https://github.com/git-series/git-series/archive/refs/tags/0.9.1.tar.gz>
- **最后更新:** 2026-06-22T14:03:31-07:00
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- git-series (cli)
- git-series (别名)

## 依赖

- libgit2
- libssh2
- openssl@3

## 构建依赖

- pkgconf
- rust

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 0.9.1
- 管理器更新时间: 2026-06-22
- 本地数据: OK
- 上游仓库: https://github.com/git-series/git-series
- 检测到的最新版本: 0.9.1 (当前)
## 项目历史与用法

git-series is a Git extension for recording the evolution of a patch series, including cover letters, rebases, interdiffs, formatted email output, and pull-request preparation.

### 项目历史

The project appeared in 2016 as a Rust-based answer to a long-standing problem in patch-review workflows: Git stores commits well, but a rebased patch series normally loses its review history outside of branch names, reflogs, or external patch queues. The README frames git-series around the path from an initial idea through repeated RFC and PATCH revisions, where maintainers need to see what changed between versions of the series.

Its design keeps the patch-series metadata in the same Git repository and relies on ordinary Git transport, so a series can be pushed and pulled alongside branches and tags. The tool predates Git's built-in range-diff command and its README explicitly compares its series-diff format with range-diff style output.

### 采用历史

Adoption is specialized rather than broad: the tool mainly fits email-driven review cultures, distribution packaging, backports, and teams that repeatedly rebase non-fast-forward patch queues. Its presence in Homebrew and Nix gives it package-manager reach beyond Cargo users, but its audience is narrower than general-purpose Git porcelain.

### 使用方式

Practitioners start a named series, set a base commit, edit ordinary Git commits, record semantic series checkpoints, maintain a cover letter, compare versions with series diffs, and format numbered patch sets for email review.

### 为什么软件包爱好者会关心

git-series is notable because it packages a patch-queue workflow without leaving Git's object model. It sits between quilt-style patch stacks and normal rebasing branches, making it useful to people who care about source-package maintenance, long-lived review series, and reproducible patch submission history.

### 时间线

- 2016: First public code and v0.8 tags appeared in the GitHub repository.
- 2016: README documented series commits, cover letters, email formatting, and series diffs.
- 2024: Repository activity included updates after the original 2016 tag series.

### Related projects

- The README relates git-series to quilt, distribution patch packages, named Git branches, git format-patch, and Git's range-diff style of comparing rewritten commits.

### 来源

- <https://formulae.brew.sh/formula/git-series>
- <https://github.com/git-series/git-series>
- <https://github.com/git-series/git-series/blob/master/README.md>
- <https://github.com/git-series/git-series/tags>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** git-series
- **Version Scheme:** 0
- **Revision:** 13
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** yes
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 其他软件包管理器记录

- Nix - git-series: normalized package name match | nixpkgs package indexes: pkgs/by-name/gi/git-series/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 相关链接

- [Source-control packages](https://pkg.so/zh-hans/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/zh-hans/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/zh-hans/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [openssl@3](https://pkg.so/zh-hans/brew/openssl-3/) - Runtime dependency declared by Homebrew.
- [libgit2](https://pkg.so/zh-hans/brew/libgit2/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/zh-hans/brew/pkgconf/) - Build dependency declared by Homebrew.
- [rust](https://pkg.so/zh-hans/brew/rust/) - Build dependency declared by Homebrew.
- [git-lfs](https://pkg.so/zh-hans/brew/git-lfs/) - Shares pkgdb curated category or tags: cli, developer-tools, git, version-control.
- [lazygit](https://pkg.so/zh-hans/brew/lazygit/) - Shares pkgdb curated category or tags: cli, developer-tools, git, version-control.
- [git-gui](https://pkg.so/zh-hans/brew/git-gui/) - Shares pkgdb curated category or tags: cli, developer-tools, git, version-control.
- [tig](https://pkg.so/zh-hans/brew/tig/) - Shares pkgdb curated category or tags: cli, developer-tools, git, version-control.
- [hub](https://pkg.so/zh-hans/brew/hub/) - Shares pkgdb curated category or tags: cli, developer-tools, git, version-control.
- [repo](https://pkg.so/zh-hans/brew/repo/) - Shares pkgdb curated category or tags: cli, developer-tools, git, version-control.
- [git-svn](https://pkg.so/zh-hans/brew/git-svn/) - Shares pkgdb curated category or tags: cli, developer-tools, git, version-control.
- [git-branchless](https://pkg.so/zh-hans/brew/git-branchless/) - Package names and metadata indicate a similar tool family. Shared terms: cli, control, developer, developer-tools, git.
- [git-xet](https://pkg.so/zh-hans/brew/git-xet/) - Package names and metadata indicate a similar tool family. Shared terms: cli, control, developer, developer-tools, git.
- [git-workspace](https://pkg.so/zh-hans/brew/git-workspace/) - Package names and metadata indicate a similar tool family. Shared terms: cli, developer, developer-tools, git, libgit2.

## Combined YAML source

View the package source record on GitHub. [combined/git-series.yml](https://github.com/mxcl/pkgdb/blob/main/combined/git-series.yml)


## 来源

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