Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 8989e1950a845ceeb186d490321a4f917ca4de47 authored by Junio C Hamano on 14 February 2019, 02:18:11 UTC
Git 2.21-rc1
Tip revision: 8989e19
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