X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=transport-internal.h;h=004bee5e368f24963d925af997aec051189e1acf;hb=57cbc53d3e0567d630b3e08be41e555efb06f616;hp=1cde6258a73bcf8582b0746d1c44a23b30115dc9;hpb=e60e38a15da202737790e2b2a9e613a9cf6ec092;p=thirdparty%2Fgit.git diff --git a/transport-internal.h b/transport-internal.h index 1cde6258a7..004bee5e36 100644 --- a/transport-internal.h +++ b/transport-internal.h @@ -6,6 +6,12 @@ struct transport; struct argv_array; struct transport_vtable { + /** + * This transport supports the fetch() function being called + * without get_refs_list() first being called. + */ + unsigned fetch_without_list : 1; + /** * Returns 0 if successful, positive if the option is not * recognized or is inapplicable, and negative if the option