You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
usage:NotPlanned{reason:"gitoxide does not yet have an 'advice' system"},
323
+
},
324
+
Record{
325
+
config:"core.sparseCheckout",
326
+
usage:Planned{note:Some("together with 'index.sparse' and 'core.sparseCheckoutCone', configures if the index should be written sparse or not")},
327
+
},
328
+
Record{
329
+
config:"core.sparseCheckoutCone",
330
+
usage:Planned{note:Some("non-cone mode is deprecated but should still fail gracefully if encountered")},
331
+
},
332
+
Record{
333
+
config:"index.sparse",
334
+
usage:Planned{note:Some("together with 'core.sparseCheckout' and 'core.sparseCheckoutCone', configures if the index should be written sparse or not")},
335
+
},
336
+
Record{
337
+
config:"sparse.expectFilesOutsideOfPatterns",
338
+
usage:NotPlanned{reason:"todo"},
339
+
},
320
340
];
321
341
322
342
/// A programmatic way to record and display progress.
0 commit comments