checkout.c: introduce an *_INIT macro
[git.git] / checkout.h
blob4cd4cd1c2325eea1b922590bf675e40c66c7c5a1
1 #ifndef CHECKOUT_H
2 #define CHECKOUT_H
4 #include "cache.h"
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.
11 extern const char *unique_tracking_name(const char *name,
12 struct object_id *oid);
14 #endif /* CHECKOUT_H */