Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: fix box alignment
Fintan Halpenny committed 7 months ago
commit 5997cd2968d0c65356e37b0d5b1ee9fadeae8230
parent 37c840a455cb69013227321d537e26fbc7db0b80
12 files changed +29 -29
modified crates/radicle-cli/examples/rad-cob-update.md
@@ -46,7 +46,7 @@ $ rad patch show 89f7afb
│ Patch     89f7afb1511b976482b21f6b2f39aef7f4fb88a2                  │
│ Author    alice (you)                                               │
│ Head      8945f6189adf027892c85ac57f7e9341049c2537                  │
-
│ Base      [..] │
+
│ Base      [..]                                                      │
│ Branches  changes                                                   │
│ Commits   ahead 2, behind 0                                         │
│ Status    open                                                      │
@@ -70,7 +70,7 @@ $ rad patch show 89f7afb
│ Patch     89f7afb1511b976482b21f6b2f39aef7f4fb88a2                  │
│ Author    alice (you)                                               │
│ Head      8945f6189adf027892c85ac57f7e9341049c2537                  │
-
│ Base      [..] │
+
│ Base      [..]                                                      │
│ Branches  changes                                                   │
│ Commits   ahead 2, behind 0                                         │
│ Status    open                                                      │
@@ -163,7 +163,7 @@ $ rad patch show 89f7afb
│ Patch     89f7afb1511b976482b21f6b2f39aef7f4fb88a2                  │
│ Author    alice (you)                                               │
│ Head      f1339dd109e538c6b3a7fed3e72403e1b4db08c9                  │
-
│ Base      [..] │
+
│ Base      [..]                                                      │
│ Branches  changes                                                   │
│ Commits   ahead 3, behind 0                                         │
│ Status    open                                                      │
@@ -178,4 +178,4 @@ $ rad patch show 89f7afb
│ ↑ updated to 5d78dd5376453e25df5988ec86951c99cb73742c (8945f61) now │
│ ↑ updated to 2da9c025a1d14d93c4f2cec60a7878afbc5e2a3c (f1339dd) now │
╰─────────────────────────────────────────────────────────────────────╯
-
```

\ No newline at end of file
+
```
modified crates/radicle-cli/examples/rad-merge-via-push.md
@@ -88,7 +88,7 @@ $ rad patch show 696ec5508494692899337afe6713fe1796d0315c
│ Patch     696ec5508494692899337afe6713fe1796d0315c │
│ Author    alice (you)                              │
│ Head      20aa5dde6210796c3a2f04079b42316a31d02689 │
-
│ Base      [..] │
+
│ Base      [..]                                     │
│ Branches  feature/1                                │
│ Commits   ahead 0, behind 2                        │
│ Status    merged                                   │
@@ -104,7 +104,7 @@ $ rad patch show 356f73863a8920455ff6e77cd9c805d68910551b
│ Patch     356f73863a8920455ff6e77cd9c805d68910551b │
│ Author    alice (you)                              │
│ Head      daf349ff76bedf48c5f292290b682ee7be0683cf │
-
│ Base      [..] │
+
│ Base      [..]                                     │
│ Branches  feature/2                                │
│ Commits   ahead 0, behind 2                        │
│ Status    merged                                   │
modified crates/radicle-cli/examples/rad-patch-checkout-revision.md
@@ -20,7 +20,7 @@ $ rad patch show aa45913
│ Patch     aa45913e757cacd46972733bddee5472c78fa32a │
│ Author    alice (you)                              │
│ Head      639f44a25145a37f747f3c84265037a9461e44c5 │
-
│ Base      [..] │
+
│ Base      [..]                                     │
│ Branches  patch/aa45913                            │
│ Commits   ahead 3, behind 0                        │
│ Status    open                                     │
modified crates/radicle-cli/examples/rad-patch-draft.md
@@ -23,7 +23,7 @@ $ rad patch show 97e18f8598237a396a1c0ac1509c89028e666c97
│ Patch     97e18f8598237a396a1c0ac1509c89028e666c97 │
│ Author    alice (you)                              │
│ Head      2a465832b5a76abe25be44a3a5d224bbd7741ba7 │
-
│ Base      [..] │
+
│ Base      [..]                                     │
│ Branches  cloudhead/draft                          │
│ Commits   ahead 1, behind 0                        │
│ Status    draft                                    │
@@ -47,7 +47,7 @@ $ rad patch show 97e18f8598237a396a1c0ac1509c89028e666c97
│ Patch     97e18f8598237a396a1c0ac1509c89028e666c97 │
│ Author    alice (you)                              │
│ Head      2a465832b5a76abe25be44a3a5d224bbd7741ba7 │
-
│ Base      [..] │
+
│ Base      [..]                                     │
│ Branches  cloudhead/draft                          │
│ Commits   ahead 1, behind 0                        │
│ Status    open                                     │
@@ -69,7 +69,7 @@ $ rad patch show 97e18f8598237a396a1c0ac1509c89028e666c97
│ Patch     97e18f8598237a396a1c0ac1509c89028e666c97 │
│ Author    alice (you)                              │
│ Head      2a465832b5a76abe25be44a3a5d224bbd7741ba7 │
-
│ Base      [..] │
+
│ Base      [..]                                     │
│ Branches  cloudhead/draft                          │
│ Commits   ahead 1, behind 0                        │
│ Status    draft                                    │
@@ -78,4 +78,4 @@ $ rad patch show 97e18f8598237a396a1c0ac1509c89028e666c97
├────────────────────────────────────────────────────┤
│ ● Revision 97e18f8 @ 2a46583 by alice (you) now    │
╰────────────────────────────────────────────────────╯
-
```

\ No newline at end of file
+
```
modified crates/radicle-cli/examples/rad-patch-edit.md
@@ -50,7 +50,7 @@ $ rad patch show 89f7afb
│ Patch     89f7afb1511b976482b21f6b2f39aef7f4fb88a2 │
│ Author    alice (you)                              │
│ Head      8945f6189adf027892c85ac57f7e9341049c2537 │
-
│ Base      [..] │
+
│ Base      [..]                                     │
│ Branches  changes                                  │
│ Commits   ahead 2, behind 0                        │
│ Status    open                                     │
@@ -74,7 +74,7 @@ $ rad patch show 89f7afb
│ Patch     89f7afb1511b976482b21f6b2f39aef7f4fb88a2 │
│ Author    alice (you)                              │
│ Head      8945f6189adf027892c85ac57f7e9341049c2537 │
-
│ Base      [..] │
+
│ Base      [..]                                     │
│ Branches  changes                                  │
│ Commits   ahead 2, behind 0                        │
│ Status    open                                     │
@@ -103,7 +103,7 @@ $ rad patch show 89f7afb
│ Patch     89f7afb1511b976482b21f6b2f39aef7f4fb88a2 │
│ Author    alice (you)                              │
│ Head      8945f6189adf027892c85ac57f7e9341049c2537 │
-
│ Base      [..] │
+
│ Base      [..]                                     │
│ Branches  changes                                  │
│ Commits   ahead 2, behind 0                        │
│ Status    open                                     │
modified crates/radicle-cli/examples/rad-patch-pull-update.md
@@ -102,7 +102,7 @@ $ rad patch show 55b9721
│ Patch    55b9721ed7f6bfec38f43729e9b6631c5dc812fb       │
│ Author   bob z6Mkt67…v4N1tRk                            │
│ Head     cad2666a8a2250e4dee175ed5044be2c251ff08b       │
-
│ Base     [..] │
+
│ Base     [..]                                           │
│ Commits  ahead 2, behind 0                              │
│ Status   open                                           │
├─────────────────────────────────────────────────────────┤
modified crates/radicle-cli/examples/rad-patch-revert-merge.md
@@ -26,7 +26,7 @@ $ rad patch show 696ec5508494692899337afe6713fe1796d0315c
│ Patch     696ec5508494692899337afe6713fe1796d0315c │
│ Author    alice (you)                              │
│ Head      20aa5dde6210796c3a2f04079b42316a31d02689 │
-
│ Base      [..] │
+
│ Base      [..]                                     │
│ Branches  feature/1, master                        │
│ Commits   up to date                               │
│ Status    merged                                   │
@@ -65,7 +65,7 @@ $ rad patch show 696ec5508494692899337afe6713fe1796d0315c
│ Patch     696ec5508494692899337afe6713fe1796d0315c │
│ Author    alice (you)                              │
│ Head      20aa5dde6210796c3a2f04079b42316a31d02689 │
-
│ Base      [..] │
+
│ Base      [..]                                     │
│ Branches  feature/1                                │
│ Commits   ahead 1, behind 0                        │
│ Status    open                                     │
modified crates/radicle-cli/examples/rad-patch-update.md
@@ -18,7 +18,7 @@ $ rad patch show b6a23eb08656de0ef1fcc0b5fe8820841e5cb2e5
│ Patch     b6a23eb08656de0ef1fcc0b5fe8820841e5cb2e5 │
│ Author    alice (you)                              │
│ Head      51b2f0f77b9849bfaa3e9d3ff68ee2f57771d20c │
-
│ Base      [..] │
+
│ Base      [..]                                     │
│ Branches  feature/1                                │
│ Commits   ahead 1, behind 0                        │
│ Status    open                                     │
@@ -60,7 +60,7 @@ $ rad patch show b6a23eb08656de0ef1fcc0b5fe8820841e5cb2e5
│ Patch     b6a23eb08656de0ef1fcc0b5fe8820841e5cb2e5 │
│ Author    alice (you)                              │
│ Head      4d272148458a17620541555b1f0905c01658aa9f │
-
│ Base      [..] │
+
│ Base      [..]                                     │
│ Branches  feature/1                                │
│ Commits   ahead 2, behind 0                        │
│ Status    open                                     │
modified crates/radicle-cli/examples/rad-patch-via-push.md
@@ -25,7 +25,7 @@ $ rad patch show 6035d2f582afbe01ff23ea87528ae523d76875b6
│ Patch     6035d2f582afbe01ff23ea87528ae523d76875b6 │
│ Author    alice (you)                              │
│ Head      42d894a83c9c356552a57af09ccdbd5587a99045 │
-
│ Base      [..] │
+
│ Base      [..]                                     │
│ Branches  feature/1                                │
│ Commits   ahead 1, behind 0                        │
│ Status    open                                     │
@@ -143,7 +143,7 @@ $ rad patch show 9580891
│ Patch     95808913573cead52ad7b42c7b475260ec45c4b2 │
│ Author    alice (you)                              │
│ Head      02bef3fac41b2f98bb3c02b868a53ddfecb55b5f │
-
│ Base      [..] │
+
│ Base      [..]                                     │
│ Branches  feature/2                                │
│ Commits   ahead 2, behind 0                        │
│ Status    open                                     │
@@ -224,7 +224,7 @@ $ rad patch show 9580891
│ Patch     95808913573cead52ad7b42c7b475260ec45c4b2 │
│ Author    alice (you)                              │
│ Head      9304dbc445925187994a7a93222a3f8bde73b785 │
-
│ Base      [..] │
+
│ Base      [..]                                     │
│ Branches  feature/2                                │
│ Commits   ahead 2, behind 0                        │
│ Status    open                                     │
modified crates/radicle-cli/examples/rad-patch.md
@@ -48,7 +48,7 @@ $ rad patch show aa45913e757cacd46972733bddee5472c78fa32a -p
│ Patch     aa45913e757cacd46972733bddee5472c78fa32a │
│ Author    alice (you)                              │
│ Head      3e674d1a1df90807e934f9ae5da2591dd6848a33 │
-
│ Base      [..] │
+
│ Base      [..]                                     │
│ Branches  flux-capacitor-power                     │
│ Commits   ahead 1, behind 0                        │
│ Status    open                                     │
@@ -103,7 +103,7 @@ $ rad patch show aa45913
│ Author    alice (you)                              │
│ Labels    fun                                      │
│ Head      3e674d1a1df90807e934f9ae5da2591dd6848a33 │
-
│ Base      [..] │
+
│ Base      [..]                                     │
│ Branches  flux-capacitor-power                     │
│ Commits   ahead 1, behind 0                        │
│ Status    open                                     │
@@ -191,7 +191,7 @@ $ rad patch show aa45913
│ Author    alice (you)                              │
│ Labels    fun                                      │
│ Head      27857ec9eb04c69cacab516e8bf4b5fd36090f66 │
-
│ Base      [..] │
+
│ Base      [..]                                     │
│ Branches  flux-capacitor-power, patch/aa45913      │
│ Commits   ahead 2, behind 0                        │
│ Status    open                                     │
@@ -224,7 +224,7 @@ $ rad patch show aa45913
│ Author    alice (you)                              │
│ Labels    fun                                      │
│ Head      27857ec9eb04c69cacab516e8bf4b5fd36090f66 │
-
│ Base      [..] │
+
│ Base      [..]                                     │
│ Branches  flux-capacitor-power, patch/aa45913      │
│ Commits   ahead 2, behind 0                        │
│ Status    open                                     │
modified crates/radicle-cli/examples/workflow/4-patching-contributor.md
@@ -46,7 +46,7 @@ $ rad patch show e4934b6d9dbe01ce3c7fbb5b77a80d5f1dacdc46
│ Patch     e4934b6d9dbe01ce3c7fbb5b77a80d5f1dacdc46 │
│ Author    bob (you)                                │
│ Head      3e674d1a1df90807e934f9ae5da2591dd6848a33 │
-
│ Base      [..] │
+
│ Base      [..]                                     │
│ Branches  flux-capacitor-power                     │
│ Commits   ahead 1, behind 0                        │
│ Status    open                                     │
modified crates/radicle-cli/examples/workflow/5-patching-maintainer.md
@@ -33,7 +33,7 @@ $ rad patch show e4934b6
│ Patch    e4934b6d9dbe01ce3c7fbb5b77a80d5f1dacdc46       │
│ Author   bob z6Mkt67…v4N1tRk                            │
│ Head     27857ec9eb04c69cacab516e8bf4b5fd36090f66       │
-
│ Base     [..] │
+
│ Base     [..]                                           │
│ Commits  ahead 2, behind 0                              │
│ Status   open                                           │
│                                                         │
@@ -108,7 +108,7 @@ $ rad patch show e4934b6
│ Patch    e4934b6d9dbe01ce3c7fbb5b77a80d5f1dacdc46       │
│ Author   bob z6Mkt67…v4N1tRk                            │
│ Head     27857ec9eb04c69cacab516e8bf4b5fd36090f66       │
-
│ Base     [..] │
+
│ Base     [..]                                           │
│ Commits  ahead 0, behind 1                              │
│ Status   merged                                         │
│                                                         │