#git #commit #radicle #header #parser #displaying #signature

git-commit

一个用于解析、显示和创建 git 提交的小型库

3 个版本 (破坏性更新)

0.3.0 2023年2月9日
0.2.0 2022年11月4日
0.1.0 2022年11月4日

#2609 in 解析器实现

Download history 38/week @ 2024-03-28 29/week @ 2024-04-04

每月下载量 401 次

MIT/ApacheGPL-3.0-or-later

17KB
382 行代码

git-commit 包提供对 git 提交 的解析和显示。

可以使用 FromStr 实现,或通过从 git2::Buf 转换来构建 Commit 数据。

可以通过 Commit::headers 访问 Headers。如果对提交的签名特别感兴趣,可以使用 Commit::signatures 方法,该方法返回一系列 Signature

依赖关系

~11MB
~275K SLoC