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