sha1_file: support lazily fetching missing objects
[git.git] / fetch-object.h
blobf371300c882d74c70adbd0334dcd7f8d0a6e556e
1 #ifndef FETCH_OBJECT_H
2 #define FETCH_OBJECT_H
4 extern void fetch_object(const char *remote_name, const unsigned char *sha1);
6 #endif