| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
- Document ilovezfs as the official lead maintainer of
Homebrew/homebrew-core. This is a role he's been doing unofficially
(and brilliantly) for a while and explicit documentation of power
structures makes it easier for non-Homebrew-maintainers to understand.
- Document the contents of some of Homebrew's subdirectories for people
clicking around in the GitHub UI looking to contribute.
- Remove update bug mention from README. Enough time has passed that we
can remove this disappointment.
|
|
|
|
This reverts commit 3e4547f52e7ebec633f8bfefc8a396d944edf908, reversing
changes made to 6edf9382bcc1240ad6f97c8b752cfe56cef9965d.
|
|
Homebrew's actually ended up using a fair few gems. While we want to
avoid Bundler at runtime (and this PR still does that, in fact uses
Bundler even less at runtime than it did before) writing our own version
to use at build-time seems redundant.
|
|
|
|
The existing `brew.1.html` wasn't particularly pleasant to read and
given everything else in `docs/` is a Markdown file it makes sense to
generate a post-processed Markdown file that can in turn be used by
Jekyll to generate a nicely themed HTML file.
|
|
`odie` causes the process to exit immediately, so there's no need for the
`regenerate_man_pages` call to be conditional.
|
|
Don't Repeat Yourself.
|
|
|
|
|
|
As requested in #1199 this updates the documentation accordingly for
that change.
|
|
Set the manpage date to the existing one if we're checking for changes.
This avoids the only change being e.g. a new date.
|
|
The --fail-if-changed option will cause `brew man`
to return a failing status code if the man files
have changed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|