X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=branch.h;h=01544e25cbbf77c573da38c73f105a8b62c55f99;hb=8384d78886eca05cae2a4c1bccaee379d76c1e06;hp=4026e3832b265c4cef6e5bc151976771867b3da9;hpb=2d11f21c365821ccba1e093f22b99ad71b955f21;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)