[core]
	repositoryformatversion = 0
	filemode = true
	bare = true
	ignorecase = true
	precomposeunicode = true
  [remote "foo"]
    url = before
  [remote "other"]
    url = early
  [user]
    one = main-config
  [includeIf "hasconfig:remote.*.url:before"]
    path = "include-two-three"
  [includeIf "hasconfig:remote.*.url:after"]
    path = "include-four"
  [user]
    three = main-config
    five = main-config
  [remote "bar"]
    url = after
  [include]
    path = "indirect"
