fetch-negotiator.con commit Merge branch 'bc/sequencer-export-work-tree-as-well' (cd3f067)
   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}