libgit2 / libgit2/libgit2sharp
Support for sparse-Checkout
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 3.5k
- Forks
- 925
- PR merge metrics
- No merged PRs in 30d
Description
You are opening a bug report against the LibGit2Sharp project: we
use GitHub Issues for tracking bug reports and feature requests. If
you have a question about an API or usage, please ask on StackOverflow:
http://stackoverflow.com/questions/tagged/libgit2sharp.
Otherwise, to report a bug, please fill out the reproduction steps
(below) and delete these introductory paragraphs. Thanks!
Reproduction steps
Expected behavior
Actual behavior
Version of LibGit2Sharp (release number or SHA1)
All versions
Operating system(s) tested; .NET runtime tested
Windows 10
I would like the sparse-Checkout functionality added to libgit2sharp. Without it, I can't currently operate on the git repository. We have a repository not created by me, that has several thousand projects in it, and I need the ability to extract one or maybe a couple projects when the user does something. I cannot bring out the entire respository, because this is a multi-user system, and we have hundreds of people commiting to this repostory. Each working on their own project. When time comes, I need to get just one project out, so we can do some things with it.
Is this something that is planned to be added soon to libgit2sharp?
Thanks
James
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 no files, tests, or entry points. Start by locating LibGit2Sharp's checkout-related API and determine how sparse-checkout should select one or more projects from a large repository. Done means the requested sparse-Checkout functionality is available for this use case and its behavior is covered by suitable tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, git
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100