93ba78d6f4
This causes cgit to serve error pages, which is undesirable. This reverts commit5229c9b232
, reversing changes made tof2b211131f
.
9 lines
166 B
C
9 lines
166 B
C
#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
|