From ee7e115b2d0e6a6eee42eb875199c965696017d5 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 21 Nov 2025 15:35:19 +0000 Subject: fixed http clone but do we really nedd to create a blank commit? I dont think ngit-relay does that. Do we need to se the default branch or is this automatic? --- src/git/subprocess.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/git/subprocess.rs') diff --git a/src/git/subprocess.rs b/src/git/subprocess.rs index 96eed26..dac3ace 100644 --- a/src/git/subprocess.rs +++ b/src/git/subprocess.rs @@ -30,7 +30,7 @@ impl GitSubprocess { let repo_path = repo_path.as_ref(); let mut cmd = Command::new("git"); - cmd.arg(service.as_str()); + cmd.arg(service.command_name()); if advertise { cmd.arg("--advertise-refs"); -- cgit v1.2.3