git

package
v1.25.1 Latest Latest
Warning

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

Go to latest
Published: Apr 4, 2024 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 added in v0.35.0

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

Clean the output.

func CleanAllLines added in v1.12.0

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

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

func ExtractRepoFromConfig added in v0.140.0

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

ExtractRepoFromConfig gets the repo name from the Git config.

func ExtractRepoFromURL added in v0.140.0

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

func IsRepo added in v0.34.4

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 added in v1.4.0

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