radicle-heartwood-lfs/radicle-cli
Fintan Halpenny 87d1cb50a0
fetch: allow fetch of annotated tags
If an ancestry check of an annotated tag was triggered then the fetch
from that peer would fail. This is due to `graph_ahead_behind` only
working for commit-ish objects.

To allow for annotated tags, and other object that peel to commits,
the check now peels the two objects to commits before getting their
`Oid`s. The call to `graph_ahead_behind` can take these two `Oid`s
instead.

A test for annotated tags is included as part of the `examples/git`
suite in the CLI tests.

Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com>
X-Clacks-Overhead: GNU Terry Pratchett
2024-03-11 11:13:26 +01:00
..
examples fetch: allow fetch of annotated tags 2024-03-11 11:13:26 +01:00
src cli: Remove rad-web from help 2024-03-11 11:06:32 +01:00
tests fetch: allow fetch of annotated tags 2024-03-11 11:13:26 +01:00
Cargo.toml cli: Update and remove some dependencies 2024-02-02 09:57:45 +01:00