X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=branch.h;h=4026e3832b265c4cef6e5bc151976771867b3da9;hb=c9b78400802acb3e02249c44286162edd9ed2b35;hp=eed817a64c7620bfe67f395e39b4eef2f85a4ab3;hpb=b30ccd757354ea09b41e4359b0a5ab429d12f02e;p=git.git diff --git a/branch.h b/branch.h index eed817a64..4026e3832 100644 --- a/branch.h +++ b/branch.h @@ -22,8 +22,8 @@ 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". + * Configure local branch "local" as downstream to branch "remote" + * from remote "origin". Used by git branch --set-upstream. */ #define BRANCH_CONFIG_VERBOSE 01 extern void install_branch_config(int flag, const char *local, const char *origin, const char *remote);