commit-reach(get_octopus_merge_bases): pass on "missing commits" errors
[git.git] / negotiator / skipping.h
blobd7dfa6c6e429603dbcfa8982f8b928e66353c3d8
1 #ifndef NEGOTIATOR_SKIPPING_H
2 #define NEGOTIATOR_SKIPPING_H
4 struct fetch_negotiator;
6 void skipping_negotiator_init(struct fetch_negotiator *negotiator);
8 #endif