fetch-negotiator.con commit Merge branch 'en/dirty-merge-fixes' (c18ac30)
   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}