package
2.5.2+incompatible
Repository: https://github.com/mbsulliv/git-lfs.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
Debug prints a formatted message if debugging is enabled.
Error prints a formatted message to Stderr.
Exit prints a formatted message and exits.
ExitWithError either panics with a full stack trace for fatal errors, or simply prints the error message and exits immediately.
FullError prints either a full stack trace for fatal errors, or just the error message.
LoggedError prints the given message formatted with its arguments (if any) to Stderr.
MapToEntries creates a set of `*MigrateInfoEntry`'s for a given map of filepath extensions to file size in bytes.
NewCommand creates a new 'git-lfs' sub command, given a command name and command run function.
Panic prints a formatted message, and writes a stack trace for the error to a log file before exiting.
No description provided by the author
No description provided by the author
Print prints a formatted message to Stdout.
RegisterCommand creates a direct 'git-lfs' subcommand, given a command name, a command run function, and an optional callback during the command initialization process.
Run initializes the 'git-lfs' command and runs it with the given stdin and command line args.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
MigrateInfoEntry represents a tuple of filetype to bytes and entry count above and below a threshold.
Progress from a sub-task of prune.
# Type aliases
EntriesBySize is an implementation of sort.Interface that sorts a set of `*MigrateInfoEntry`'s.
No description provided by the author