This project is mirrored from https://github.com/Homebrew/brew.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- May 30, 2017
-
-
Mike McQuaid authored
-
- Feb 12, 2017
-
-
Timothee Cour authored
-
Timothee Cour authored
-
Timothee Cour authored
-
- Jan 04, 2017
-
-
Mike McQuaid authored
-
- Oct 02, 2016
-
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
- Sep 20, 2016
-
-
Mike McQuaid authored
-
- Sep 12, 2016
-
-
Mike McQuaid authored
-
- Sep 09, 2016
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
- Jun 30, 2016
-
-
Tim D. Smith authored
Closes #402.
-
- May 06, 2016
-
-
Martin Afanasjew authored
- Reorder listed commands to better reflect a typical workflow (search, then query for details via `info` and friends, then install, later update and upgrade, at last maybe uninstall). - Remove niche `pin` and `unpin` commands. - Drop `--env` in the Troubleshooting section. And use `/REGEX/` instead of `/PATTERN/` to be clearer what is expected. Closes #177. Signed-off-by:
Martin Afanasjew <martin@afanasjew.de>
-
- Apr 20, 2016
-
-
Martin Afanasjew authored
Instead of always printing the generic help text, print command-specific help if it is available and a command raised the `UsageError` exception. Put the error message underneath the help text (was above) to avoid that it scrolls off the screen. Thereby fix a regression where handling the invalid usage would fail to access `ARGV.usage` removed in c6536066.
-
Martin Afanasjew authored
Turns out making `empty_argv` a boolean argument for `Homebrew.help` was not the best idea and having command-to-path mapping and help extraction in a single method is not flexible enough. Also only complain about missing help text when `HOMEBREW_DEVELOPER=1` and otherwise just print the generic help text.
-
Martin Afanasjew authored
Format the usage examples more consistently (particularly parentheses instead of square brackets where one of several alternatives has to be picked). And add the now much more useful `brew help <command>`. Closes #113. Signed-off-by:
Martin Afanasjew <martin@afanasjew.de>
-
- Apr 18, 2016
-
-
Martin Afanasjew authored
Also remove related helper method `Homebrew.help_s`.
-
Martin Afanasjew authored
Keep the footprint of `brew.rb` small. Handle fetching/displaying an appropriate help text (taking into account various external conditions) in the `help` command.
-
- Apr 12, 2016
-
-
Xu Cheng authored
Closes #68. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Xu Cheng authored
Before this fix ``` $ brew --help ls Error: Unknown command: ls ``` After this fix ``` $ brew --help ls brew list, ls <snip> ```
-
- Apr 11, 2016
-
-
Max Nordlund authored
This is also used by `brew <cmd> --help`. The basic idea is to have the documentation as a top level comment in each command file. To find these comments, they have to be like this `#:`. This is also used by the `brew man` command to keep the documentation DRY, and for that there are now a header and footer for the man page.
-
- Apr 03, 2016
-
-
Mike McQuaid authored
-
- Aug 07, 2015
-
-
Xu Cheng authored
-
- Aug 03, 2015
-
-
BrewTestBot authored
Closes Homebrew/homebrew#42354. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Jun 16, 2015
-
-
Jack Nagel authored
Closes Homebrew/homebrew#40706.
-
- May 06, 2015
-
-
Xu Cheng authored
-
- Oct 26, 2014
-
-
Mike McQuaid authored
Closes Homebrew/homebrew#33211.
-
- Jun 20, 2014
-
-
Jack Nagel authored
-
- May 01, 2014
-
-
Adam Vandenberg authored
-
- Dec 15, 2013
-
-
Mike McQuaid authored
-
- Oct 16, 2013
-
-
Stan authored
Closes Homebrew/homebrew#23267. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Jan 31, 2013
-
-
Charlie Sharpsteen authored
Also, move the line containing `info`, `home` and `options` to the top of the list as users should be running these before installation. Ref. Homebrew/homebrew#13224.
-
- Aug 25, 2011
-
-
Max Howell authored
Consequence: you can no longer install when something is already installed, you must upgrade it. This doesn't apply if the formula in question was unlinked. You can still --force installs though. Rationale: the old way of installing over the top would leave symlinks to multiple versions in /usr/local if the old version had a file the newer version didn't. The new upgrade command handles everything properly.
-
- Mar 13, 2011
-
-
Max Howell authored
Be more useful by being more concise. I referenced dozens of other mature commands’ usage to figure out what to do here. Also separated out the help into its own command for consistency.
-