This commit includes a simplification in finding the long patch id in order to perform operations like `patch show <id>` and `patch checkou <id>`. Actual output ``` ➜ rio git:(main) rad patch list - YOU PROPOSED - patch text 8c94760699e R0 f1b2740 (macros/rad_patch) ahead 1, behind 0 └─ * opened by z6MkuvfwAkZ6yD6Z5TT6YXfJjFNPMQz9fPi9BSU7gwhS9s2x (you) 12 minutes ago └─ * patch id 8c94760699e3e2da64aa9f14f4d2cecfe7b754ad patch text 78e0fb5ad45 R0 f1b2740 (macros/rad_patch) ahead 1, behind 0 └─ * opened by z6MkuvfwAkZ6yD6Z5TT6YXfJjFNPMQz9fPi9BSU7gwhS9s2x (you) 24 minutes ago └─ * patch id 78e0fb5ad45481d225a6fb45f51422e468b55c94 - OTHERS PROPOSED - Nothing to show. ``` Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com> |
||
|---|---|---|
| .github/workflows | ||
| .nix | ||
| radicle | ||
| radicle-cli | ||
| radicle-cli-test | ||
| radicle-cob | ||
| radicle-crdt | ||
| radicle-crypto | ||
| radicle-dag | ||
| radicle-httpd | ||
| radicle-node | ||
| radicle-remote-helper | ||
| radicle-ssh | ||
| radicle-tools | ||
| .dockerignore | ||
| .env.seed | ||
| .gitignore | ||
| CONTRIBUTING.md | ||
| Cargo.lock | ||
| Cargo.toml | ||
| DCO | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||
| README.md | ||
| build.rs | ||
| docker-compose.yml | ||
| rust-toolchain | ||
README.md
❤️🪵
Radicle Heartwood Protocol & Stack
Heartwood is in the early development phase and is not yet ready for use.
Installation
# Command line tools
$ cargo install --locked --path ./radicle-cli
# The radicle node
$ cargo install --locked --path ./radicle-node
# Git tool to support the 'rad://' remote scheme
$ cargo install --locked --path ./radicle-remote-helper