diff options
author | Jonathan Tan <jonathantanmy@google.com> | 2018-06-14 15:54:28 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-06-15 08:44:24 -0700 |
commit | ec06283844a90c3e9440286401e9ad7d86daa5ae (patch) | |
tree | 57270c7f90133aa44cd9486248168321ab7527d6 /t/t8002-blame.sh | |
parent | fetch-pack: move common check and marking together (diff) | |
download | tgif-ec06283844a90c3e9440286401e9ad7d86daa5ae.tar.xz |
fetch-pack: introduce negotiator API
Introduce the new files fetch-negotiator.{h,c}, which contains an API
behind which the details of negotiation are abstracted. Currently, only
one algorithm is available: the existing one.
This patch is written to be easily reviewed: static functions are
moved verbatim from fetch-pack.c to negotiator/default.c, and it can be
seen that the lines replaced by negotiator->X() calls are present in the
X() functions respectively.
Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t8002-blame.sh')
0 files changed, 0 insertions, 0 deletions