safegit

package
v0.9.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 4, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Command

func Command(ctx context.Context, args ...string) *exec.Cmd

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL