Skip to content

Commit 4faf669

Browse files
committed
feat: add hasconfig:remotes.*.url:<url-glob>
1 parent 23034b0 commit 4faf669

File tree

1 file changed

+3
-0
lines changed
  • gix-config/src/file/includes

1 file changed

+3
-0
lines changed

gix-config/src/file/includes/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ impl File<'static> {
2323
/// times. It's recommended use is as part of a multi-step bootstrapping which needs fine-grained control,
2424
/// and unless that's given one should prefer one of the other ways of initialization that resolve includes
2525
/// at the right time.
26+
///
27+
/// # Deviation
28+
///
2629
/// - included values are added after the _section_ that included them, not directly after the value. This is
2730
/// a deviation from how git does it, as it technically adds new value right after the include path itself,
2831
/// technically 'splitting' the section. This can only make a difference if the `include` section also has values

0 commit comments

Comments
 (0)