X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=branch.h;h=b99c5a369e31a85d1fff822460e69a79d8c6102b;hb=1c719ffc3d1c4e03313d5cf5c4d32ec763697857;hp=e125ff4ca89a87fadb03b3d8272b44ab33640c72;hpb=9ddb7ead5234d3a40f7222df482c9ec46f5413c9;p=git.git diff --git a/branch.h b/branch.h index e125ff4ca..b99c5a369 100644 --- a/branch.h +++ b/branch.h @@ -47,4 +47,9 @@ void remove_branch_state(void); #define BRANCH_CONFIG_VERBOSE 01 extern void install_branch_config(int flag, const char *local, const char *origin, const char *remote); +/* + * Read branch description + */ +extern int read_branch_desc(struct strbuf *, const char *branch_name); + #endif