Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli: Minimize patch info on creation
Slack Coder committed 3 years ago
commit 166f7e7cc24db6556847fdc7cedbe360851cad29
parent 34a2d1a9dc92b9fe74d31b590d7f74d738c31d73
2 files changed +2 -3
modified radicle-cli/examples/rad-patch.md
@@ -29,7 +29,7 @@ $ rad patch open --message "Define power requirements" --message "See details."
✓ Pushing HEAD to storage...
✓ Analyzing remotes...

-
master (f2de534) <- z6MknSL…StBU8Vi/flux-capacitor-power (3e674d1)
+
master <- z6MknSL…StBU8Vi/flux-capacitor-power (3e674d1)

1 commit(s) ahead, 0 commit(s) behind

modified radicle-cli/src/commands/patch/create.rs
@@ -58,9 +58,8 @@ fn show_patch_commit_info(

    term::blank();
    term::info!(
-
        "{} ({}) <- {}/{} ({})",
+
        "{} <- {}/{} ({})",
        term::format::highlight(target_ref),
-
        term::format::secondary(term::format::oid(*target_oid)),
        term::format::dim(term::format::node(node_id)),
        term::format::highlight(branch_name(head_branch)?),
        term::format::secondary(term::format::oid(head_oid)),