Commit 31de9fb
committed
Remove a potentially misleading docstring paragraph
That was just added in the previous commit.
`installation_config()` and `installation_config_prefix()` should
never use, as their only strategy, the technique implemented in the
newly introduced `git_for_windows_root()` helper, because if the
system-scope configuration file is present elsewhere, including
due to `GIT_CONFIG_SYSTEM` being set, then that *should* affect the
values returned by those functions (except on Apple Git and any
other systems where a separate higher "unknown" scope exists and is
typically nonempty).
Rather, some uses of `installation_config_prefix()`, such as to
find other files that are better looked for relative to installed
non-configuration files or installation directory itself rather
than relative to its configuration file, might in the future be
suitable to look fo9r using `git_for_windows_root()`.1 parent 27e6504 commit 31de9fb
1 file changed
+1
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 47 | + | |
57 | 48 | | |
58 | 49 | | |
59 | 50 | | |
| |||
0 commit comments