git

package
v1.8.0 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2018 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const Unspecified = "unspecified"

Variables

This section is empty.

Functions

func CmdOutput

func CmdOutput(gitDir string, args ...string) (string, error)

func ProjectVersion

func ProjectVersion(gitDir string) (string, error)

ProjectVersion returns the version string for the git repository that the provided directory is in. The output is the output of "git describe --tags --first-parent" followed by ".dirty" if the repository currently has any uncommitted changes (including untracked files) as determined by "git status --porcelain". If the "git describe" output includes a trailing commit hash ("-g[0-9a-f]+", where [0-9a-f]+ is the commit hash), then the commit hash will be 7 characters long even if the "git describe" operation returns a longer hash. If the output starts with the character 'v' followed by a digit (0-9), then the leading 'v' is trimmed. Returns "unspecified" if the current commit cannot be described.

func ProjectVersionWithPrefix added in v1.5.0

func ProjectVersionWithPrefix(gitDir, tagPrefix string) (string, error)

ProjectVersionWithPrefix works in the same manner as ProjectVersion, but only matches tags that begin with the provided tagPrefix. This can be useful in scenarios where a single repository contains multiple projects and tag prefixes (such as "@org/product@") are used to distinguish between releases of different products. The returned version includes the prefix.

Types

This section is empty.

Jump to

Keyboard shortcuts

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