helpers

package
v0.7.3 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetGlobalGitConfig

func GetGlobalGitConfig() (*config.Config, error)

GetGlobalGitConfig reads the global git configuration file and returns a config.Config object. Consumed internally by ReadUserConfig; also exported for direct use by autobump (github.com/rios0rios0/autobump).

func GetOptionFromConfig

func GetOptionFromConfig(cfg, globalCfg *config.Config, section string, option string) string

GetOptionFromConfig gets a Git option from local and global Git config. Consumed internally by ReadUserConfig; also exported for direct use by autobump (github.com/rios0rios0/autobump).

func GetSubsectionOptionFromConfig added in v0.7.1

func GetSubsectionOptionFromConfig(
	cfg, globalCfg *config.Config, section, subsection, option string,
) string

GetSubsectionOptionFromConfig reads a Git config value from a section with a subsection (e.g., gpg.ssh.program → section "gpg", subsection "ssh", option "program"). Local config takes precedence over global config.

Types

This section is empty.

Jump to

Keyboard shortcuts

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