<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/negotiator/default.h, branch v2.34.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.34.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.34.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2018-06-15T15:44:24Z</updated>
<entry>
<title>fetch-pack: introduce negotiator API</title>
<updated>2018-06-15T15:44:24Z</updated>
<author>
<name>Jonathan Tan</name>
<email>jonathantanmy@google.com</email>
</author>
<published>2018-06-14T22:54:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ec06283844a90c3e9440286401e9ad7d86daa5ae'/>
<id>urn:sha1:ec06283844a90c3e9440286401e9ad7d86daa5ae</id>
<content type='text'>
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-&gt;X() calls are present in the
X() functions respectively.

Signed-off-by: Jonathan Tan &lt;jonathantanmy@google.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
