Merge branch 'pt/xdg-config-path'
commit558e5a8c40944a6a952c7e15dab648b922e0bd02
authorJunio C Hamano <gitster@pobox.com>
Mon, 11 May 2015 21:24:01 +0000 (11 14:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 May 2015 21:24:01 +0000 (11 14:24 -0700)
tree0416da7b9ef7b43c3d5e5bf766507b43735db5d3
parent7cb5073fcaffe8a8c0572fdffb332110b0eaae69
parent846e5dfbab5d5a0a85252c1400dc0371e02e75a8
Merge branch 'pt/xdg-config-path'

Code clean-up for xdg configuration path support.

* pt/xdg-config-path:
  path.c: remove home_config_paths()
  git-config: replace use of home_config_paths()
  git-commit: replace use of home_config_paths()
  credential-store.c: replace home_config_paths() with xdg_config_home()
  dir.c: replace home_config_paths() with xdg_config_home()
  attr.c: replace home_config_paths() with xdg_config_home()
  path.c: implement xdg_config_home()
attr.c
builtin/commit.c
builtin/config.c
cache.h
config.c
credential-store.c
dir.c
path.c