Skip to content

Commit b05a2e7

Browse files
author
Sidney Douw
committed
update gix progress records
1 parent 77a9d42 commit b05a2e7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Diff for: src/plumbing/progress.rs

+20
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,26 @@ static GIT_CONFIG: &[Record] = &[
317317
deviation: None,
318318
},
319319
},
320+
Record {
321+
config: "advice.updateSparsePath",
322+
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+
},
320340
];
321341

322342
/// A programmatic way to record and display progress.

0 commit comments

Comments
 (0)