Re: [PATCH 3/7] check-ref-format --branch: give Porcelain a way to grok branch shorthand

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux