[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
	precomposeunicode = true

[diff "binary-true"]
  binary = true
[diff "binary-false"]
  binary = false
[diff ""]
  command = "empty is ignored"
[diff]
  command = "this is also ignored as sub-section name is missing"
  algorithm = histogram
[diff "all-but-binary"]
  command = command
  textconv = textconv
  algorithm = histogram
  binary = auto
