cli/test: Explicitly set -o sync for relevant pushes
modified crates/radicle-cli/examples/git/git-push-amend.md
@@ -20,7 +20,7 @@ $ git commit --amend -m "Neue Änderungen" --allow-empty -q
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/git/git-push-canonical-annotated-tags.md
@@ -96,7 +96,7 @@ tag
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -139,7 +139,7 @@ Fetching rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji from the network, found 1 potential s
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -179,7 +179,7 @@ ac51a0746a5e8311829bc481202909a1e3acc0c2
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -206,7 +206,7 @@ $ git tag v2.0 bob/tags/v2.0
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -223,7 +223,7 @@ reference is created:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/git/git-push-canonical-lightweight-tags.md
@@ -94,7 +94,7 @@ $ git tag v1.0-hotfix
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -137,7 +137,7 @@ Fetching rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji from the network, found 1 potential s
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -170,7 +170,7 @@ no quorum was found for the new tag:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -197,7 +197,7 @@ $ git tag v2.0 bob/tags/v2.0
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -214,7 +214,7 @@ reference is created:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/git/git-push-converge.md
@@ -93,7 +93,7 @@ She can then force push to update the canonical head to the new agreed upon
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -118,7 +118,7 @@ that Alice, Bob, and Eve all have this commit as part of their history it has
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -139,7 +139,7 @@ HEAD is now at 0f9bd80 Merge remote-tracking branch 'eve/master'
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/git/git-push-diverge.md
@@ -19,7 +19,7 @@ $ rad inspect --delegates
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -42,7 +42,7 @@ If we try to push now, we get an error with a hint, telling us that we need to
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/git/git-push-rollback.md
@@ -16,7 +16,7 @@ Fetching rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji from the network, found 1 potential s
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -34,7 +34,7 @@ Fast-forward
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -53,7 +53,7 @@ Since the canonical head is still decidable from this commit she is allowed to
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/git/git-tag.md
@@ -11,7 +11,7 @@ $ git tag v1.0 -a -m "Release v1.0"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -63,7 +63,7 @@ Updated tag 'v1.0' (was be18ed6)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-inbox.md
@@ -9,11 +9,11 @@ $ cd heartwood
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-patch-checkout-force.md
@@ -12,7 +12,7 @@ $ git commit -v -m "Define power requirements"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -45,7 +45,7 @@ $ git commit --message "Add README, just for the fun"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-patch-delete.md
@@ -9,7 +9,7 @@ $ git commit -m "Introduce license"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -68,7 +68,7 @@ $ git commit -am "Add MIT License"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-patch-detached-head.md
@@ -29,7 +29,7 @@ Now, we can create a commit on top of this and create a patch, as usual:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-patch-fetch-1.md
@@ -7,7 +7,7 @@ $ git checkout -b alice/1 -q
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-patch-open-explore.md
@@ -3,7 +3,7 @@ When preferred seeds are configured, opening a patch outputs the patch URL.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -17,7 +17,7 @@ If we update the patch, the URL is also output.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -36,7 +36,7 @@ While simply pushing a commit outputs a URL to the new source tree.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-patch-pull-update.md
@@ -42,7 +42,7 @@ our fork:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -53,7 +53,7 @@ Bob then opens a patch.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -82,7 +82,7 @@ Bob then updates the patch.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-push-and-pull-patches.md
@@ -4,7 +4,7 @@ Testing pulling, fetching and the `FETCH_HEAD`.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -32,7 +32,7 @@ f2de534b5e81d7c6e2dcaf58c3dd91573c0a0354
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -45,7 +45,7 @@ To rad://z42hL2jL4XNk6K8oHQaSWfMgCL7ji/z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkE
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -55,7 +55,7 @@ From rad://z42hL2jL4XNk6K8oHQaSWfMgCL7ji
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-watch.md
@@ -12,7 +12,7 @@ f2de534b5e81d7c6e2dcaf58c3dd91573c0a0354
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/workflow/5-patching-maintainer.md
@@ -91,7 +91,7 @@ Fast-forward
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -128,7 +128,7 @@ $ rad patch show e4934b6
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|