Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
Abstract Git Traits
Draft fintohaps opened 16 days ago

This patch captures a set of abstract traits for Git operations. The idea is that these traits capture the basic capabilities that are required to interact with Radicle storage repositories.

For now, the traits are defined in radicle so that the internals can be refactored within the crate itself. Once they are proven to be stable and useful, then they can be placed in their own crate, radicle-git-repository.

fintohaps opened with revision 8ca194ce on base a2de55cb +1909 -4 16 days ago

This patch captures a set of abstract traits for Git operations. The idea is that these traits capture the basic capabilities that are required to interact with Radicle storage repositories.

For now, the traits are defined in radicle so that the internals can be refactored within the crate itself. Once they are proven to be stable and useful, then they can be placed in their own crate, radicle-git-repository.