]> git.ipfire.org Git - thirdparty/git.git/blob - fetch-negotiator.c
Merge branch 'is/parsing-line-range'
[thirdparty/git.git] / fetch-negotiator.c
1 #include "git-compat-util.h"
2 #include "fetch-negotiator.h"
3 #include "negotiator/default.h"
4
5 void fetch_negotiator_init(struct fetch_negotiator *negotiator)
6 {
7 default_negotiator_init(negotiator);
8 }