diff options
author | brian m. carlson <sandals@crustytoothpaste.net> | 2020-05-25 21:58:49 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-05-27 19:07:06 +0200 |
commit | 92315e50b275deee8e84d28ee1ff1ad555a5de36 (patch) | |
tree | b10ddfb3f035e433139697d865c5636d1478e324 /wrapper.c | |
parent | Documentation: document v1 protocol object-format capability (diff) | |
download | git-92315e50b275deee8e84d28ee1ff1ad555a5de36.tar.xz git-92315e50b275deee8e84d28ee1ff1ad555a5de36.zip |
connect: have ref processing code take struct packet_reader
In a future patch, we'll want to access multiple members from struct
packet_reader when parsing references. Therefore, have the ref parsing
code take pointers to struct reader instead of having to pass multiple
arguments to each function.
Rename the len variable to "linelen" to make it clearer what the
variable does in light of the variable change.
Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'wrapper.c')
0 files changed, 0 insertions, 0 deletions