cli: Tell the user when canonical head is updated
modified radicle-cli/examples/git/git-push-diverge.md
@@ -62,6 +62,7 @@ f2de534 Second commit
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -79,6 +80,7 @@ We have to use the `allow.rollback` option:
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-merge-after-update.md
@@ -16,6 +16,7 @@ $ git commit --amend --allow-empty -q -m "Amended change"
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-merge-no-ff.md
@@ -37,6 +37,7 @@ Finally, we push master and expect the patch to be merged.
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-merge-via-push.md
@@ -63,6 +63,7 @@ When we push to `rad/master`, we automatically merge the patches:
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-patch-merge-draft.md
@@ -14,6 +14,7 @@ $ git checkout master -q
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-cli/examples/workflow/5-patching-maintainer.md
@@ -90,6 +90,7 @@ Fast-forward
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-remote-helper/src/push.rs
@@ -279,8 +279,16 @@ pub fn run(
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-tools/src/rad-push.rs
@@ -21,7 +21,7 @@ fn main() -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-tools/src/rad-set-canonical-refs.rs
@@ -10,10 +10,10 @@ fn main() -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/storage.rs
@@ -69,6 +69,21 @@ impl FromIterator<PublicKey> for Namespaces {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -536,7 +551,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/storage/git.rs
@@ -19,8 +19,8 @@ use crate::identity::{Identity, Project};
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -799,19 +799,27 @@ impl ReadRepository for Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/test/storage.rs
@@ -288,7 +288,7 @@ impl WriteRepository for MockRepository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|