X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=branch.h;h=b99c5a369e31a85d1fff822460e69a79d8c6102b;hb=3601b1d3593cbe856ea79fa554233b7d6fe52b2e;hp=e125ff4ca89a87fadb03b3d8272b44ab33640c72;hpb=d0482e88a735787f7bb33ef4783be0e7f6a70946;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