radicle-heartwood-lfs/radicle-fetch/src/git
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
..
refs radicle-fetch 2023-11-06 12:06:13 +01:00
repository fetch: allow fetch of annotated tags 2024-03-11 11:13:26 +01:00
mem.rs fetch: inpsect for Cache 2023-11-09 17:47:03 +01:00
refs.rs radicle-fetch 2023-11-06 12:06:13 +01:00
repository.rs fetch: allow fetch of annotated tags 2024-03-11 11:13:26 +01:00