apache / apache/buildstream-plugins
git plugin's track-tags option isn't enough for gnulib's git-version-gen
未关闭
- 主要语言
- Python
- 星标
- 8
- 派生
- 16
- 平均合并
- 36 分钟
- 30 天内合并 PR
- 2
描述
When the `track-tags` option of the `git` plugin is enabled, it generates a slimmed-down `.git` directory enough for `git describe` and `git log` to succeed.
However gnulib's `git-version-gen` script relies on `git log .` which doesn't work, and returns an error like
```
fatal: unable to read tree 1bdaa2ce628b458ab6a7c9e03023a9aed221cf75
```
贡献指南
这个仓库没有索引到贡献指南
调研方向
从 git 插件的 `track-tags` 处理开始,使用 gnulib 的 `git-version-gen` 重现故障,并比较 `git describe`、`git log` 和 `git log .`。当精简后的 `.git` 目录能够支持该脚本运行,且不再出现报告中的缺少 tree 错误时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- git, python
- 领域
- build-system
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 30/100