Tags: devo-ody/git2-rs
Tags
Accept all refspecs that implement AsRef<str> (rust-lang#482) * Accept all refspecs that implement AsRef<str> This changes the signature of the Remote::fetch and Remote::push methods to accept refspecs as slices of not only &str but anything that implements AsRef<str> (and IntoCString and Clone). In this way, refspecs can be provided, for example, by a &Vec<String>, which wasn’t possible before. * Accept AsRef<str> refspecs in Remote::download This extends the signature of Remote::download to accept refspecs of type &[Str], where Str: AsRef<str>, to bring it in line with the previous change for Remote::fetch and Remote::push.
Accept all refspecs that implement AsRef<str> (rust-lang#482) * Accept all refspecs that implement AsRef<str> This changes the signature of the Remote::fetch and Remote::push methods to accept refspecs as slices of not only &str but anything that implements AsRef<str> (and IntoCString and Clone). In this way, refspecs can be provided, for example, by a &Vec<String>, which wasn’t possible before. * Accept AsRef<str> refspecs in Remote::download This extends the signature of Remote::download to accept refspecs of type &[Str], where Str: AsRef<str>, to bring it in line with the previous change for Remote::fetch and Remote::push.
Bump versions of git2 and libgit2-sys (rust-lang#496)
Merge pull request rust-lang#467 from rust-lang/bump Bump to 0.10.1 and 0.9.1
Merge pull request rust-lang#467 from rust-lang/bump Bump to 0.10.1 and 0.9.1
PreviousNext