We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hasconfig:remotes.*.url:<url-glob>
1 parent 23034b0 commit 4faf669Copy full SHA for 4faf669
gix-config/src/file/includes/mod.rs
@@ -23,6 +23,9 @@ impl File<'static> {
23
/// times. It's recommended use is as part of a multi-step bootstrapping which needs fine-grained control,
24
/// and unless that's given one should prefer one of the other ways of initialization that resolve includes
25
/// at the right time.
26
+ ///
27
+ /// # Deviation
28
29
/// - included values are added after the _section_ that included them, not directly after the value. This is
30
/// a deviation from how git does it, as it technically adds new value right after the include path itself,
31
/// technically 'splitting' the section. This can only make a difference if the `include` section also has values
0 commit comments