libgit2 / libgit2/libgit2sharp
Support for server push options
还没有人认领这个 Issue。
- 主要语言
- C#
- 星标
- 3.5k
- 派生
- 925
- PR 合并指标
- 30 天内没有已合并 PR
描述
Please add support for server push options parameter. This parameter is equivalent to the value set in the git command line "--push-options"
Currentley the C library libgit2 already support server push options, and actually the internal class GitPushOptions also support it.
The problem is that this functionality is not exported by the public class PushOptions.
This functionality is extremely important so I will summit a pull request with the changes.
Thanks and I hope that pull request could be integrated as soon as possible.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先比较公共类 PushOptions 与内部类 GitPushOptions,以及现有的 libgit2 对 --push-options 参数的支持。跟踪 PushOptions 如何在 push API 中传递,然后验证公共选项是否能到达服务器的 push 行为。当调用方可以通过 PushOptions 配置此参数时,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- csharp, git
- 领域
- api, tooling
- Issue 类型
- 功能
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 42/100