Skip to content

Commit

Permalink
Sending "multi_ack" in git-v1 (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslairdsmith authored Sep 11, 2023
1 parent 1c33f01 commit cfc4392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/git-protocol.R
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ async_git_fetch_v1 <- function(url, sha, blobs) {
"done",
""
),
caps = c("no-done", "no-progress", paste0("agent=", git_ua()))
caps = c("multi_ack" ,"no-done", "no-progress", paste0("agent=", git_ua()))
)$then(function(reply) git_fetch_process_v1(reply, url, sha))
}

Expand Down

0 comments on commit cfc4392

Please sign in to comment.