commit | 509adc335274d2656829b18e1e83ccabda059ae3 | [log] [tgz] |
---|---|---|
author | Paul Tan <pyokagan@gmail.com> | Wed May 06 16:01:03 2015 +0800 |
committer | Junio C Hamano <gitster@pobox.com> | Wed May 06 11:33:48 2015 -0700 |
tree | f47097944c6c14024afc8408a9e5e088be0296c2 | |
parent | e682c9db1a7c6a81bb4c2e8e8c1d5191dae3bd9f [diff] |
git-config: replace use of home_config_paths() Since home_config_paths() combines distinct functionality already implemented by expand_user_path() and xdg_config_home(), and hides the home config file path ~/.gitconfig. Make the code more explicit by replacing the use of home_config_paths() with expand_user_path() and xdg_config_home(). Signed-off-by: Paul Tan <pyokagan@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>