Merge branch 'dz/credential-doc-url-matching-rules'
[git.git] / fetch-object.h
blobd2f996d4e8c79c7bde78780dad5ad543910fcc29
1 #ifndef FETCH_OBJECT_H
2 #define FETCH_OBJECT_H
4 void fetch_objects(const char *remote_name, const struct object_id *oids,
5 int oid_nr);
7 #endif