attr.c: replace home_config_paths() with xdg_config_home()
commit2527bbce25dcfd952064cf02057ad8729134ed44
authorPaul Tan <pyokagan@gmail.com>
Wed, 6 May 2015 08:00:59 +0000 (6 16:00 +0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 May 2015 18:32:46 +0000 (6 11:32 -0700)
treeeca16d8301b4a4e400627ff6f374d820144583e9
parentea19289bc82351b7ac20ea2fd877e2bdde97ae34
attr.c: replace home_config_paths() with xdg_config_home()

Since only the xdg attributes file path is required, simplify the code
by using xdg_config_home() instead of home_config_paths().

Signed-off-by: Paul Tan <pyokagan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
attr.c