diff options
Diffstat (limited to 'branch.h')
-rw-r--r-- | branch.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |