diff options
Diffstat (limited to 'branch.h')
-rw-r--r-- | branch.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,7 +13,8 @@ * branch for (if any). */ void create_branch(const char *head, const char *name, const char *start_name, - int force, int reflog, enum branch_track track); + int force, int reflog, + int clobber_head, enum branch_track track); /* * Validates that the requested branch may be created, returning the |