Merge branch 'bc/sequencer-export-work-tree-as-well'
[git.git] / fetch-negotiator.c
blob2675d120feee21dd9f618ce2f6b8ff1e3a3330ea
1 #include "git-compat-util.h"
2 #include "fetch-negotiator.h"
3 #include "negotiator/default.h"
5 void fetch_negotiator_init(struct fetch_negotiator *negotiator)
7 default_negotiator_init(negotiator);