Commit 38afe55
committed
attr: use
The functions `bootstrap_attr_stack()` and `git_attr_val_system()`
retrieve the "core.attributes" file via `git_attr_global_file()`
which reads from global state `git_attributes_file`.
Update the related functions to retrieve "core.attributesfile" via
the new accessor function `repo_settings_get_attributesfile_path()`
This improves multi-repository behaviour and aligns with the goal of
libifying of Git.
Signed-off-by: Olamide Caleb Bello <belkid98@gmail.com>repo_settings_get_attributesfile_path() and update callers1 parent f482fe1 commit 38afe55
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
919 | 919 | | |
920 | 920 | | |
921 | 921 | | |
922 | | - | |
923 | | - | |
| 922 | + | |
| 923 | + | |
924 | 924 | | |
925 | 925 | | |
926 | 926 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments