-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement pygit2 backends for fetch_refspec #168
Comments
karajan1001
added a commit
to karajan1001/scmrepo
that referenced
this issue
Jan 18, 2023
karajan1001
added a commit
to karajan1001/scmrepo
that referenced
this issue
Jan 18, 2023
karajan1001
added a commit
to karajan1001/scmrepo
that referenced
this issue
Jan 18, 2023
karajan1001
added a commit
to karajan1001/scmrepo
that referenced
this issue
Jan 18, 2023
karajan1001
added a commit
to karajan1001/scmrepo
that referenced
this issue
Jan 18, 2023
karajan1001
added a commit
to karajan1001/scmrepo
that referenced
this issue
Jan 18, 2023
karajan1001
added a commit
to karajan1001/scmrepo
that referenced
this issue
Jan 30, 2023
karajan1001
added a commit
to karajan1001/scmrepo
that referenced
this issue
Jan 30, 2023
karajan1001
added a commit
to karajan1001/scmrepo
that referenced
this issue
Feb 1, 2023
fix iterative#168 1. Add order select for `_backend_func`. 2. Raise exception for fetch_refspec for ssh:// repo on Windows. 3. Add order select for _backend_func
karajan1001
added a commit
that referenced
this issue
Feb 2, 2023
fix #168 1. Add order select for `_backend_func`. 2. Raise exception for fetch_refspec for ssh:// repo on Windows. 3. Add order select for _backend_func
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In iterative/dvc#8477 the Dulwich backend of
fetch_refspec
is the bottleneck ofdvc exp show
. Implementing apygit2
version offetch_refspec
can solve this problem.The text was updated successfully, but these errors were encountered: