]> git.ipfire.org Git - thirdparty/git.git/blobdiff - transport.h
Merge branch 'jt/lazy-fetch'
[thirdparty/git.git] / transport.h
index fe5a0a6662620a0af58ce683fe3cf207df54b380..ca409ea1e407c1c67e70e764e734946f7e22372e 100644 (file)
@@ -15,6 +15,8 @@ struct git_transport_options {
        unsigned self_contained_and_connected : 1;
        unsigned update_shallow : 1;
        unsigned deepen_relative : 1;
+
+       /* see documentation of corresponding flag in fetch-pack.h */
        unsigned from_promisor : 1;
 
        /*