Staging
v0.5.1
Revision fe2268649423eba889e942293e9c98c781277bf2 authored by Junio C Hamano on 17 March 2020, 21:16:08 UTC, committed by Junio C Hamano on 17 March 2020, 21:16:08 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2 parent s 367f12b + d1259ce
Raw File
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