X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=branch.h;h=01544e25cbbf77c573da38c73f105a8b62c55f99;hb=960e3114963dbb290c12f7a4d19c5776584d43ff;hp=4026e3832b265c4cef6e5bc151976771867b3da9;hpb=4bdbfb15b2d2ad1fbe144dcde386e71bcdff91d0;p=git.git diff --git a/branch.h b/branch.h index 4026e3832..01544e25c 100644 --- a/branch.h +++ b/branch.h @@ -15,6 +15,14 @@ void create_branch(const char *head, const char *name, const char *start_name, int force, int reflog, enum branch_track track); +/* + * Validates that the requested branch may be created, returning the + * interpreted ref in ref, force indicates whether (non-head) branches + * may be overwritten. A non-zero return value indicates that the force + * parameter was non-zero and the branch already exists. + */ +int validate_new_branchname(const char *name, struct strbuf *ref, int force); + /* * Remove information about the state of working on the current * branch. (E.g., MERGE_HEAD)