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"));
- Re: Fetching tags overwrites existing tags Wink Saville
- Re: Fetching tags overwrites existing tags Wink Saville
- Re: Fetching tags overwrites existing ... Junio C Hamano
- Re: Fetching tags overwrites exist... Junio C Hamano
- [RFC PATCH v2] Teach remote ad... Wink Saville
- Re: Fetching tags overwrites e... Wink Saville
- Re: Fetching tags overwri... Bryan Turner
- Re: Fetching tags overwri... Jacob Keller
- [RFC PATCH v3] Teach remote ad... Wink Saville
- Re: [RFC PATCH v3] Teach ... Wink Saville
- Re: [RFC PATCH v3] Teach ... Wink Saville
- [RFC PATCH v4 0/3] Optional su... Wink Saville
- Re: [RFC PATCH v4 0/3] Op... Ævar Arnfjörð Bjarmason
- Re: [RFC PATCH v4 0/3] Op... Jacob Keller
- Re: [RFC PATCH v4 0/3] Op... Wink Saville
- Re: [RFC PATCH v4 0/3] Op... Junio C Hamano
- Re: [RFC PATCH v4 0/3] Op... Jacob Keller
- Re: [RFC PATCH v4 0/3] Op... Junio C Hamano
- [RFC PATCH v4 2/3] Teach tag t... Wink Saville
- [RFC PATCH v4 1/3] Teach remot... Wink Saville
- Re: [RFC PATCH v4 1/3] Te... Ævar Arnfjörð Bjarmason