gengo-git - Man Page
gengo git – Analyze a git repository
Synopsis
gengo git [Options]
Options
- -R, --repository REPOSITORY
The path to the repository to analyze [default: .]
- -r, --rev REVISION
The git revision to analyze [default: HEAD]
- -l, --read-limit READ_LIMIT
The maximum number of bytes to read from each file.
This is useful for large files that can impact performance.
The format is in bytes. The default is 1 MiB.
[default: 1048576]
- -a, --all
Report on all files, even if they are not detectable.
This only applies to the pretty format, as machine-readable formats always include all files.
- -b, --breakdown
Include detailed statistics for each language.
This only applies to the pretty format, as machine-readable formats always include detailed statistics.
- --color COLOR
Control when colors are displayed
[default: auto]
Possible values:
- auto: Automatically detect if colors are supported
- always: Always use colors
- ansi: Use only the 8 ANSI colors
- never: Disable colors
- -F, --format FORMAT
The format to use for output
[default: pretty]
Possible values:
- pretty: Output for humans
- json: JSON output
- -h, --help
Print help
- -V, --version
Print version