]> git.ipfire.org Git - thirdparty/git.git/blame - fetch-negotiator.c
Merge branch 'is/parsing-line-range'
[thirdparty/git.git] / fetch-negotiator.c
CommitLineData
ec062838
JT
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}