diff options
author | Jonathan Tan <jonathantanmy@google.com> | 2021-04-08 18:09:58 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-04-08 21:49:47 -0700 |
commit | 81ed96a9b2c5ad8a3b1ea04fd6cd273557b76c58 (patch) | |
tree | c753af4e2363d70b775352b82819d785fe11d50d /blob.h | |
parent | Git 2.28.1 (diff) | |
download | tgif-81ed96a9b2c5ad8a3b1ea04fd6cd273557b76c58.tar.xz |
fetch-pack: buffer object-format with other args
In send_fetch_request(), "object-format" is written directly to the file
descriptor, as opposed to the other arguments, which are buffered.
Buffer "object-format" as well. "object-format" must be buffered; in
particular, it must appear after "command=fetch" in the request.
This divergence was introduced in 4b831208bb ("fetch-pack: parse and
advertise the object-format capability", 2020-05-27), perhaps as an
oversight (the surrounding code at the point of this commit has already
been using a request buffer.)
Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'blob.h')
0 files changed, 0 insertions, 0 deletions