diff options
author | Jonathan Tan <jonathantanmy@google.com> | 2020-06-10 13:57:21 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-06-10 18:06:34 -0700 |
commit | acaaca7d7030bb349441da10bf9ca6917f30cbb2 (patch) | |
tree | 2ea97ef716c5b86708b32550804d82d346c5d059 /fetch-pack.c | |
parent | Documentation: add Packfile URIs design doc (diff) | |
download | tgif-acaaca7d7030bb349441da10bf9ca6917f30cbb2.tar.xz |
upload-pack: refactor reading of pack-objects out
Subsequent patches will change how the output of pack-objects is
processed, so extract that processing into its own function.
Currently, at most 1 character can be buffered (in the "buffered" local
variable). One of those patches will require a larger buffer, so replace
that "buffered" local variable with a buffer array.
Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'fetch-pack.c')
0 files changed, 0 insertions, 0 deletions