]> git.ipfire.org Git - thirdparty/git.git/blame - fetch-object.h
introduce fetch-object: fetch one promisor object
[thirdparty/git.git] / fetch-object.h
CommitLineData
88e2f9ed
JT
1#ifndef FETCH_OBJECT_H
2#define FETCH_OBJECT_H
3
4extern void fetch_object(const char *remote_name, const unsigned char *sha1);
5
6#endif