upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/git_remote_helper.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/git_remote_helper.rs b/src/git_remote_helper.rs
index d4aee42..d7363cf 100644
--- a/src/git_remote_helper.rs
+++ b/src/git_remote_helper.rs
@@ -292,7 +292,7 @@ async fn list(
292 // we will need to check whether the commit id exists in the repo or apply the 292 // we will need to check whether the commit id exists in the repo or apply the
293 // proposal and each patch to check 293 // proposal and each patch to check
294 if let Ok(commit_id) = get_commit_id_from_patch(patch) { 294 if let Ok(commit_id) = get_commit_id_from_patch(patch) {
295 state.insert(branch_name, commit_id); 295 state.insert(format!("refs/heads/{branch_name}"), commit_id);
296 } 296 }
297 } 297 }
298 } 298 }