git

package
v2.12.3 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2025 License: MIT Imports: 10 Imported by: 0

Documentation

Overview

Package git provides an integration with the git command

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Clean

func Clean(output string, err error) (string, error)

Clean the output.

func CleanAllLines

func CleanAllLines(output string, err error) ([]string, error)

CleanAllLines returns all the non empty lines of the output, cleaned up.

func ExtractRepoFromConfig

func ExtractRepoFromConfig(ctx context.Context) (result config.Repo, err error)

ExtractRepoFromConfig gets the repo name from the Git config.

func ExtractRepoFromURL

func ExtractRepoFromURL(rawurl string) (config.Repo, error)

func IsRepo

func IsRepo(ctx context.Context) bool

IsRepo returns true if current folder is a git repository.

func Run

func Run(ctx context.Context, args ...string) (string, error)

Run runs a git command and returns its output or errors.

func RunWithEnv

func RunWithEnv(ctx context.Context, env []string, args ...string) (string, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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