Re: [RFC PATCH v3] Teach remote add the --remote-tags option

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

 



I forgot to mention that I added the code to error out
if --remote-tags is used with "tracking" (-t | --track) or
mirror:
  +       if ((fetch_tags == TAGS_SET_REMOTE) && mirror)
  +               die(_("specifying --remote-tags makes no sense with
--mirror"));
  +       if ((fetch_tags == TAGS_SET_REMOTE) && track.nr)
  +               die(_("specifying --remote-tags makes no sense with
-t or --track"));



[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