libgit2 / libgit2/libgit2sharp
[Question] Is there a way to add safe.directory '*' via libgit2
Open
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 3.5k
- Forks
- 925
- PR merge metrics
- No merged PRs in 30d
Description
I want to avoid executing commands and updating files manually.
Is there an existing API within libgit2 that replace this command => git config --global --add safe.directory '*'
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
The issue names libgit2sharp and the command git config --global --add safe.directory '*', but no files or tests. Start by checking whether libgit2sharp exposes equivalent global configuration support. Done means identifying an existing API or defining the missing behavior; the issue does not specify implementation locations or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, git
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100