revparse_single does not understand date
未关闭
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 1.7k
- 派生
- 408
- 平均合并
- 2 天 57 分钟
- 30 天内合并 PR
- 7
描述
Hi,
revparse_single does not support date parsing:
$ git rev-parse 'HEAD@{2 weeks ago}'
eebac5f1c21ec78e098a8f7b60facd726b30844e
$ python3 -c 'import pygit2; pygit2.Repository(".").revparse_single("HEAD@{2 weeks ago}")'
Traceback (most recent call last):
File "", line 1, in
KeyError: 'HEAD@{2 weeks ago}'
I am using version 0.26.0
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先,使用 HEAD@{2 weeks ago} 通过 git rev-parse 和 pygit2.Repository.revparse_single 重现该问题。跟踪 revparse_single 如何处理所提供的 revision,并将其行为与 Git 进行比较。完成的标准是:基于日期的 revision 语法能够成功解析,而不是引发 KeyError,并且包含对所报告示例的覆盖。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- git, python
- 领域
- devtools
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100