X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=branch.h;h=1493f73722161cc191f0c7fd655781d8b748ed41;hb=96ec7b1e708863d0cd6b8e72a986d6f0a1bb64db;hp=1285158dd4f26e5bbb0e0d7133055f168fee773f;hpb=00723b02912cc9dae1ee5601ab4b942fdd42ff52;p=git.git diff --git a/branch.h b/branch.h index 1285158dd..1493f7372 100644 --- a/branch.h +++ b/branch.h @@ -46,4 +46,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