X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=branch.h;h=eed817a64c7620bfe67f395e39b4eef2f85a4ab3;hb=b17847884ff7c122621123d4a3e0e65f046b07a8;hp=9f0c2a2c1fab9a312f436880956da0973c68ead8;hpb=0f639abb68b29f6d4cd9b89ecfb66e41136dcfa3;p=git.git diff --git a/branch.h b/branch.h index 9f0c2a2c1..eed817a64 100644 --- a/branch.h +++ b/branch.h @@ -21,4 +21,11 @@ void create_branch(const char *head, const char *name, const char *start_name, */ void remove_branch_state(void); +/* + * Configure local branch "local" to merge remote branch "remote" + * taken from origin "origin". + */ +#define BRANCH_CONFIG_VERBOSE 01 +extern void install_branch_config(int flag, const char *local, const char *origin, const char *remote); + #endif