| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-05-07 | Revert "Merge pull request #2597 from MikeMcQuaid/vendor-gems" | Mike McQuaid | |
| This reverts commit 3e4547f52e7ebec633f8bfefc8a396d944edf908, reversing changes made to 6edf9382bcc1240ad6f97c8b752cfe56cef9965d. | |||
| 2017-05-07 | Vendor all Homebrew's gems. | Mike McQuaid | |
| 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. | |||
| 2017-04-02 | man: strip </?var> from Markdown output. | Mike McQuaid | |
| 2017-03-22 | man: generate Markdown man page. | Mike McQuaid | |
| 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. | |||
| 2017-01-23 | man: remove an unnecessary `else` | Alyssa Ross | |
| `odie` causes the process to exit immediately, so there's no need for the `regenerate_man_pages` call to be conditional. | |||
| 2016-10-23 | dev-cmd/man: use SOURCE_PATH instead of HOMEBREW_LIBRARY | Josh Hagins | |
| Don't Repeat Yourself. | |||
| 2016-10-02 | Remove `private_class_method` from commands. | Markus Reiter | |
| 2016-10-02 | Use `module_function` for commands. | Markus Reiter | |
| 2016-10-01 | man: note --fail-if-changed date behaviour change. | Mike McQuaid | |
| As requested in #1199 this updates the documentation accordingly for that change. | |||
| 2016-10-01 | man: set date when --fail-if-changed. | Mike McQuaid | |
| 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. | |||
| 2016-09-29 | dev-cmd/man: display diff --stat, add --exit-code | Steven Peters | |
| The --fail-if-changed option will cause `brew man` to return a failing status code if the man files have changed. | |||
| 2016-09-20 | Simplify `brew man` authors. | Markus Reiter | |
| 2016-09-20 | man: use new manpages/docs locations. | Mike McQuaid | |
| 2016-09-20 | man: read lead, former maintainers, creator. | Mike McQuaid | |
| 2016-09-11 | dev-cmd/man: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-08 | Add DEVELOPER COMMANDS to manpage. | Mike McQuaid | |
| 2016-09-08 | Don't hide some (now) developer commands. | Mike McQuaid | |
| 2016-09-08 | Move developer-focused commands to dev-cmd. | Mike McQuaid | |
