Skip to content
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

Pass context to libgit2.RemoteCallbacks #252

Merged
merged 1 commit into from
Nov 4, 2021
Merged

Pass context to libgit2.RemoteCallbacks #252

merged 1 commit into from
Nov 4, 2021

Commits on Nov 4, 2021

  1. Pass context to libgit2.RemoteCallbacks

    Pass cancellable context to libgit2.RemoteCallbacks to be able to cancel
    the remote operations when the context is cancelled.
    For git clone, fetch and push, a context is created with the timeout of
    the target GitRepository.
    
    Signed-off-by: Sunny <[email protected]>
    darkowlzz committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    b299a9d View commit details
    Browse the repository at this point in the history