# http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.2.txt
#   "git" wrapper learned "-c name=value" option to override configuration
#   variable from the command line.

[core]
	repositoryformatversion = 0
	filemode = true
	bare = true
[color]
	ui = always
[i18n]
  logoutputencoding = ISO-8859-1
[core]
	# quotepath = true
	quotepath = false
[log]
  decorate = no

