From 3acdeabfc3ab55d3e92d76d92d8ab6ad0383dd09 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 31 Jul 2024 15:59:17 +0100 Subject: feat(remote): `push` issues state event if no previous state events can be found it replicates git server otherwise it just updates pushed value --- src/sub_commands/push.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sub_commands/push.rs') diff --git a/src/sub_commands/push.rs b/src/sub_commands/push.rs index 56927fe..7a82c7a 100644 --- a/src/sub_commands/push.rs +++ b/src/sub_commands/push.rs @@ -178,6 +178,7 @@ pub async fn launch(cli_args: &Cli, args: &SubCommandArgs) -> Result<()> { &cli_args.password, Some(&client), false, + false, ) .await?; @@ -212,6 +213,7 @@ pub async fn launch(cli_args: &Cli, args: &SubCommandArgs) -> Result<()> { user_ref.relays.write(), repo_ref.relays.clone(), !cli_args.disable_cli_spinners, + false, ) .await?; -- cgit v1.2.3