Expand description
Git process environment helpers exposed through the engine boundary.
Constants§
- AMBIENT_
GIT_ ENV_ VARS - Environment variables that describe an enclosing git operation’s
repository state, in the order they appear in
git’s own environment documentation. Hook subprocesses inherit some or all of these, often as paths relative to the parent’s cwd, and they break fallow’s git invocations when fallow runs from a different cwd.
Functions§
- clear_
ambient_ git_ env - Strip ambient git repository-state environment variables from a
Command.