libgit2 / libgit2/libgit2sharp
Let the user send git push options
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 3.5k
- Forks
- 925
- PR merge metrics
- No merged PRs in 30d
Description
Please provide a way to send multiple git push option akin to the git command line git push -o ci.skip (aka git push --push-option=ci.skip). This is especially useful in a programmatic use of this library, as we can signal the receiving git server (e.g. GitLab) to skip triggering a CI build.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the library's existing push API and how it passes options to Git. Determine how multiple push options should be represented and forwarded, then add coverage showing that options such as ci.skip reach the receiving server without changing existing push behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, git
- Domain
- api, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100