Revision d2422a99ccce96c9618357827c84bad6110dee4a authored by Junio C Hamano on 09 August 2019, 17:13:14 UTC, committed by Junio C Hamano on 09 August 2019, 17:13:14 UTC
Leakfix.

* rs/plug-strbuf-reak-in-read-alt-refs:
  sha1-file: release strbuf after use
2 parent s 9179380 + 86ad3ea
Raw File
fetch-object.h
#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
back to top