mirror of
https://github.com/martinvonz/jj.git
synced 2024-11-13 06:06:56 +03:00
edf7ec0a72
In the recent switch away from `git2::Remote::fetch()`, I passed `git2::AutotagOption::All`, which caused cloning of e.g. the `clap` repo to fail like this: ``` Error: Fetch failed: Error { code: -1, klass: 4, message: "target OID for the reference doesn't exist on the repository" } ``` This commit changes from `All` to `Unspecified`, which respects the remote's configuration. |
||
---|---|---|
.. | ||
benches | ||
protos | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml |