Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fetch-object.h - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d2f996d4e8c79c7bde78780dad5ad543910fcc29 (plain)
1
2
3
4
5
6
7
#ifndef FETCH_OBJECT_H
#define FETCH_OBJECT_H

void fetch_objects(const char *remote_name, const struct object_id *oids,
		   int oid_nr);

#endif