projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'bc/sequencer-export-work-tree-as-well'
[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
}