Commit e682c9d
git-commit: replace use of home_config_paths()
Since home_config_paths() combines two 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 <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>1 parent 64ab71d commit e682c9d
1 file changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1402 | 1402 | | |
1403 | 1403 | | |
1404 | 1404 | | |
1405 | | - | |
1406 | | - | |
1407 | | - | |
| 1405 | + | |
| 1406 | + | |
| 1407 | + | |
1408 | 1408 | | |
1409 | | - | |
1410 | | - | |
1411 | 1409 | | |
1412 | 1410 | | |
1413 | 1411 | | |
| |||
0 commit comments