Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 75b2f01a0f642b39b0f29b6218515df9b5eb798e authored by Junio C Hamano on 09 August 2019, 22:20:04 UTC
Git 2.22.1
Tip revision: 75b2f01
fetch-object.h
#ifndef FETCH_OBJECT_H
#define FETCH_OBJECT_H

struct object_id;

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

#endif
back to top