- 23 Feb, 2023 1 commit
-
-
The remote::httpproxy::env test (correctly) reset the environment before running; however the other tests are also impacted by the environment and need to have it isolated.
Edward Thomson committed
-
- 09 Feb, 2023 1 commit
-
-
Now that we've split the notion of the home directory from the global configuration store, our tests should use the appropriate one based on what they're doing.
Edward Thomson committed
-
- 23 Feb, 2022 1 commit
-
-
Like we want to separate libgit2 and utility source code, we want to separate libgit2 and utility tests. Start by moving all the tests into libgit2.
Edward Thomson committed
-
- 11 Nov, 2021 1 commit
-
-
Edward Thomson committed
-
- 20 Sep, 2021 1 commit
-
-
The configuration change will override the environment variable, so the environment variable check needs to come first.
Edward Thomson committed
-
- 16 Sep, 2021 2 commits
-
-
Laurence McGlashan committed
-
Laurence McGlashan committed
-
- 14 Sep, 2021 1 commit
-
-
Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Mathieu Parent committed
-
- 02 Sep, 2021 1 commit
-
-
Update the proxy detection for a remote. 1. Honor `http.<url>.proxy` syntax for a remote's direct URL and parent URLs. 2. Honor an empty configuration URL to override a proxy configuration. Add tests to ensure that configuration specificity is honored.
Edward Thomson committed
-