git/checkout.c

#define USE_THE_REPOSITORY_VARIABLE

#include "git-compat-util.h"
#include "object-name.h"
#include "remote.h"
#include "refspec.h"
#include "repository.h"
#include "checkout.h"
#include "config.h"
#include "strbuf.h"

struct tracking_name_data {};

#define TRACKING_NAME_DATA_INIT

static int check_tracking_name(struct remote *remote, void *cb_data)
{}

char *unique_tracking_name(const char *name, struct object_id *oid,
			   int *dwim_remotes_matched)
{}