Staging
v0.5.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: 468165c1d8a442994a825f3684528361727cd8c0 authored by Junio C Hamano on 02 April 2018, 17:13:35 UTC
Git 2.17
Tip revision: 468165c
fetch-object.h
#ifndef FETCH_OBJECT_H
#define FETCH_OBJECT_H

#include "sha1-array.h"

extern void fetch_object(const char *remote_name, const unsigned char *sha1);

extern void fetch_objects(const char *remote_name,
			  const struct oid_array *to_fetch);

#endif
back to top