Bert Wesarg <bert.wesarg@xxxxxxxxxxxxxx> writes: >> int cmd_check_ref_format(int argc, const char **argv, const char *prefix) >> { >> + if (argc == 3 && !strcmp(argv[1], "--branch")) { >> + struct strbuf sb = STRBUF_INIT; >> + strbuf_branchname(&sb, argv[2]); > > strbuf_branchname() will be introduced in the next patch! Good eyes; thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html