Skip to content

Fix reference update request #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Add TODO for object-format and agent cabapilities
  • Loading branch information
paulyoung committed Feb 8, 2023
commit 54995ceb6ff2d17b01699caf0d6696b9dceec608
1 change: 1 addition & 0 deletions crates/git-remote-helper/src/commands/push.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ where
// status report to stdout in the format that remote helpers are
// expected to produce.
let chunk = format!(
// TODO: object-format=sha1 and agent=
"{} {} {}\0 report-status report-status-v2 \n",
dst_id.to_hex(),
src_id.to_hex(),
Expand Down