fetch-negotiator.con commit fetch-pack: support negotiation tip whitelist (3390e42)
   1#include "git-compat-util.h"
   2#include "fetch-negotiator.h"
   3#include "negotiator/default.h"
   4
   5void fetch_negotiator_init(struct fetch_negotiator *negotiator)
   6{
   7        default_negotiator_init(negotiator);
   8}