Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Command ¶
Command builds an *exec.Cmd for git that is hardened against malicious repo-local configuration. It:
- sets GIT_CONFIG_NOSYSTEM=1 to ignore /etc/gitconfig
- overrides dangerous config keys via -c flags
- inherits a minimal environment (PATH only)
The returned Cmd has Dir unset; callers should set cmd.Dir or pass -C as part of args if needed.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.