-
Notifications
You must be signed in to change notification settings - Fork 399
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
Bump libgit2 to 1.4.0 #806
Conversation
@@ -120,7 +120,7 @@ pub use crate::reference::{Reference, ReferenceNames, References}; | |||
pub use crate::reflog::{Reflog, ReflogEntry, ReflogIter}; | |||
pub use crate::refspec::Refspec; | |||
pub use crate::remote::{ | |||
FetchOptions, PushOptions, Refspecs, Remote, RemoteConnection, RemoteHead, | |||
FetchOptions, PushOptions, Refspecs, Remote, RemoteConnection, RemoteHead, RemoteRedirect, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
API question: RemoteRedirect
or Redirect
? The libgit2 enum is called git_remote_redirect_t
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think following libgit2 with RemoteRedirect
is fine here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Thanks!
Would it be possible to bump the version probe here? |
@ehuss @alexcrichton yeah lets bump that before we mark a release please |
we probably need a release checklist in the readme |
Closes #804.