X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=transport.h;h=8abfc0ae60c18165b44ef93ed9115972b991e2dc;hb=170e095a9cfe31617162e8a9b5063b8bc38af82b;hp=6fb4526cda5fc1ee1178fdf1d0840c90b88aa26c;hpb=b52e985a4f824128d01220473b04057a4876060d;p=git.git diff --git a/transport.h b/transport.h index 6fb4526cd..8abfc0ae6 100644 --- a/transport.h +++ b/transport.h @@ -53,6 +53,9 @@ struct transport *transport_get(struct remote *, const char *); /* Limit the depth of the fetch if not null */ #define TRANS_OPT_DEPTH "depth" +/* Aggressively fetch annotated tags if possible */ +#define TRANS_OPT_FOLLOWTAGS "followtags" + /** * Returns 0 if the option was used, non-zero otherwise. Prints a * message to stderr if the option is not used.