mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00

- more sensible/performant defaults: default to primary repositories only for the last year rather than all repositories forever - allow specifying more than one user at a time - output the breakdown of contributions without needing `--csv` - add a space before the `--csv` output - consolidate some code - avoid counting authored commits twice, to improve performance - retry failed GitHub API calls (this happens often when querying all maintainers) - stop counting after we find 1000 commits for a given user to avoid excessive API queries/pagination
Manual pages
This directory contains the generated Homebrew man pages from the brew generate-man-completions
command. This command creates the output from the CLI::Parser
definitions in files, sections extracted from the repository's README.md
and brew.1.md.erb
.