//
pkg.gl
Category
code.gitea.io/gitea
modules
git
foreachref
package
1.24.0-dev
Repository:
https://github.com/go-gitea/gitea.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
6
Dependents
1
Files
166 SLOC
#
Functions
NewFormat
NewFormat creates a forEachRefFormat using the specified fieldNames.
NewParser
NewParser creates a 'git for-each-ref' output parser that will parse all references in the provided Reader.
#
Structs
Format
Format supports specifying and parsing an output format for 'git for-each-ref'.
Parser
Parser parses 'git for-each-ref' output according to a given output Format.