package
2.3.1+incompatible
Repository: https://github.com/jimmysawczuk/scm-status.git
Documentation: pkg.go.dev

# Functions

GetParser returns a new ScmParser that's suited to read the status from the passed directory.
ParseAndWrite uses the provided ScmParser to get a snapshot and outputs it as specified in config.

# Variables

No description provided by the author
No description provided by the author

# Structs

Author contains the name and e-mail of an author.
Hex holds a short and full hexadecimal revision hash for one revision.
OutputConfig holds configuration information for how a working copy snapshot should be output.
Snapshot contains information about the current revision of the working copy.
UncommittedChanges contains information about the current uncommitted changes.
UncommittedFile contains a diff summary for just one file.

# Interfaces

Parser is the interface that's used to query the current working directory for revision info.