Module branchless::core::config::env_vars
source · Expand description
Environment variables which affect the functioning of git-branchless.
Constants
- Path to the Git executable to shell out to as a subprocess when appropriate. This may be set during tests.
- “Path to wherever your core Git programs are installed”. You can find the default value by running
git --exec-path. - Specifies
git-branchlesssubcommands to invoke directly.
Functions
- Get the
GIT_EXEC_PATHenvironment variable for testing. - Get the path to the Git executable for testing.
- Determine whether the specified binary should be run separately. See
TEST_SEPARATE_COMMAND_BINARIESfor more details.