]> git.ipfire.org Git - thirdparty/git.git/blobdiff - connected.h
Start the 2.46 cycle
[thirdparty/git.git] / connected.h
index 6e59c92aa33c0c10067c0ed1c095c5ea9fa4f731..16b2c84f2e35fc931507477e4bc1d31573c82524 100644 (file)
@@ -46,6 +46,13 @@ struct check_connected_options {
         * during a fetch.
         */
        unsigned is_deepening_fetch : 1;
+
+       /*
+        * If not NULL, use `--exclude-hidden=$section` to exclude all refs
+        * hidden via the `$section.hideRefs` config from the set of
+        * already-reachable refs.
+        */
+       const char *exclude_hidden_refs_section;
 };
 
 #define CHECK_CONNECTED_INIT { 0 }