]> git.ipfire.org Git - thirdparty/git.git/blame - fetch-object.h
t5318: avoid unnecessary command substitutions
[thirdparty/git.git] / fetch-object.h
CommitLineData
88e2f9ed
JT
1#ifndef FETCH_OBJECT_H
2#define FETCH_OBJECT_H
3
c0c578b3
JT
4#include "sha1-array.h"
5
88e2f9ed
JT
6extern void fetch_object(const char *remote_name, const unsigned char *sha1);
7
c0c578b3
JT
8extern void fetch_objects(const char *remote_name,
9 const struct oid_array *to_fetch);
10
88e2f9ed 11#endif