git/builtin/fetch-pack.c

#include "builtin.h"
#include "gettext.h"
#include "hex.h"
#include "object-file.h"
#include "pkt-line.h"
#include "fetch-pack.h"
#include "remote.h"
#include "connect.h"
#include "oid-array.h"
#include "protocol.h"

static const char fetch_pack_usage[] =;

static void add_sought_entry(struct ref ***sought, int *nr, int *alloc,
			     const char *name)
{}

int cmd_fetch_pack(int argc, const char **argv, const char *prefix UNUSED)
{}