| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-07-27 | Use https for all docs.brew.sh links. | Mike McQuaid | |
| May as well use the more secure link when possible. | |||
| 2017-03-11 | Add `Formatter::pluralize`. | Markus Reiter | |
| 2017-02-25 | Update brew's man page formatting and grammar | EricFromCanada | |
| Also update command specifications to match descriptions. | |||
| 2017-01-04 | Use docs.brew.sh links. | Mike McQuaid | |
| 2016-11-20 | Replace Utils::JSON with corelib JSON calls. | William Woodruff | |
| 2016-10-02 | Remove `private_class_method` from commands. | Markus Reiter | |
| 2016-10-02 | Use `module_function` for commands. | Markus Reiter | |
| 2016-09-20 | Update documentation links. | Mike McQuaid | |
| 2016-09-11 | cmd/tap-info: fix Rubocop warnings. | Mike McQuaid | |
| 2016-07-10 | tap-info: expose whether a tap is private | Martin Afanasjew | |
| Or how many taps are private when summarizing all installed taps. | |||
| 2016-07-10 | tap-info: expand and correct help text | Martin Afanasjew | |
| 2016-04-10 | Add all the top level comments | Max Nordlund | |
| 2016-04-02 | various: Homebrew/core is the core tap | Xu Cheng | |
| Also make `Homebrew/homebrew` as an alias of this tap to keep backward compatibility. | |||
| 2016-03-07 | tap various commands: use tap name method. | Xu Cheng | |
| Instead of hard coded `Homebrew/homebrew` | |||
| 2016-03-07 | rename CoreFormulaRepository to CoreTap | Xu Cheng | |
| Core tap will be separated from core code in the near future. It makes sense to rename it to CoreTap. | |||
| 2015-12-09 | remove unnecessary tap_args | Xu Cheng | |
| It's now handled by Tap.fetch | |||
| 2015-10-16 | tap-info: tweak output for two edge cases | Martin Afanasjew | |
| Improve output in the (rare) cases where a tap offers both commands and formulae or neither. Also adjust code to stay below the 80 column limit. Closes Homebrew/homebrew#44995. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-09-30 | cache taps | Xu Cheng | |
| There are plenty of IO operations inside Tap object, and it will be more when implementing formula alias reverse look up(e.g. list all of alias names for a formula). So let's cache them. Some benchmark: $ time brew info $(brew ruby -e 'puts Formula.tap_names') > /dev/null Before: 6.40s user 2.42s system 96% cpu 9.134 total After: 4.75s user 0.77s system 97% cpu 5.637 total Closes Homebrew/homebrew#44377. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-08-13 | tap-info: fix for not installed tap | Xu Cheng | |
| Closes Homebrew/homebrew#42890. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-08-10 | add pinned taps count to brew tap-info | CNA-Bld | |
| 2015-08-10 | add pin info to tap-info | CNA-Bld | |
| 2015-06-14 | Tap: make remote a separate method to reduce initial overhead | Xu Cheng | |
| Also make remote method only response to installed tap. | |||
| 2015-06-11 | add brew tap-info | Xu Cheng | |
