Merge branch 'mm/config-xdg'
commitd02d7ac303b1a22c7de4a6c3a00074d38b498134
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Jul 2012 16:00:35 +0000 (9 09:00 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Jul 2012 16:00:36 +0000 (9 09:00 -0700)
tree00bb203b30a44c8e389119694f722a5d09bcda49
parent8228a23b35f6bd34a87d4d839d06e7c18ae9e750
parent0e8593dc5b812df00400347e88f5707225fe831e
Merge branch 'mm/config-xdg'

Teach git to read various information from $XDG_CONFIG_HOME/git/ to allow
the user to avoid cluttering $HOME.

* mm/config-xdg:
  config: write to $XDG_CONFIG_HOME/git/config file when appropriate
  Let core.attributesfile default to $XDG_CONFIG_HOME/git/attributes
  Let core.excludesfile default to $XDG_CONFIG_HOME/git/ignore
  config: read (but not write) from $XDG_CONFIG_HOME/git/config file
Documentation/config.txt
cache.h
dir.c