diff options
Diffstat (limited to 'src/git_remote_helper.rs')
| -rw-r--r-- | src/git_remote_helper.rs | 2 |
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 | } |