[core]
	repositoryformatversion = 0
	filemode = true
	bare = true
	ignorecase = true
	precomposeunicode = true
  [remote "foo"]
    url = https://foo/bar/baz
  [includeIf "hasconfig:remote.*.url:**/baz"]
    path = "double-star-start"
  [includeIf "hasconfig:remote.*.url:**/nomatch"]
    path = "no"
  [includeIf "hasconfig:remote.*.url:https:/**"]
    path = "double-star-end"
  [includeIf "hasconfig:remote.*.url:nomatch:/**"]
    path = "no"
  [includeIf "hasconfig:remote.*.url:https:/**/baz"]
    path = "double-star-middle"
  [includeIf "hasconfig:remote.*.url:https:/**/nomatch"]
    path = "no"
  [includeIf "hasconfig:remote.*.url:https://*/bar/baz"]
    path = "single-star-middle"
  [includeIf "hasconfig:remote.*.url:https://*/baz"]
    path = "no"
