forked from mirrors/jj
27107637f2
A while ago, I replaced a call to git2-rs's `Remote::fetch()` by calls to `Remote::download()` and `Remote::update_tips()`. The function is documented to be a convenience for those function, but it turns out that the pruning of deleted remote refs is a separate call (`Remote::prune()`), so we need to call that too. |
||
---|---|---|
.. | ||
benches | ||
protos | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml |