]> git.ipfire.org Git - thirdparty/git.git/blame - checkout.h
l10n: fr v2.24.0 rnd2
[thirdparty/git.git] / checkout.h
CommitLineData
7c85a87c
TG
1#ifndef CHECKOUT_H
2#define CHECKOUT_H
3
4#include "cache.h"
5
6/*
7 * Check if the branch name uniquely matches a branch name on a remote
8 * tracking branch. Return the name of the remote if such a branch
9 * exists, NULL otherwise.
10 */
55454427 11const char *unique_tracking_name(const char *name,
ad6dad09
DL
12 struct object_id *oid,
13 int *dwim_remotes_matched);
7c85a87c
TG
14
15#endif /* CHECKOUT_H */