Mike McQuaid
0476e09045
Merge pull request #5260 from Homebrew/dependabot/bundler/docs/concurrent-ruby-1.1.2
...
Bump concurrent-ruby from 1.1.1 to 1.1.2 in /docs
2018-11-06 10:23:13 +00:00
dependabot[bot]
94697126cd
Bump concurrent-ruby from 1.1.1 to 1.1.2 in /docs
...
Bumps [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby ) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases )
- [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ruby-concurrency/concurrent-ruby/compare/v1.1.1...v1.1.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-06 09:18:50 +00:00
dependabot[bot]
c381db599b
Bump typhoeus from 1.3.0 to 1.3.1 in /docs
...
Bumps [typhoeus](https://github.com/typhoeus/typhoeus ) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/typhoeus/typhoeus/releases )
- [Changelog](https://github.com/typhoeus/typhoeus/blob/master/CHANGELOG.md )
- [Commits](https://github.com/typhoeus/typhoeus/compare/v1.3.0...v1.3.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-06 09:01:53 +00:00
Mike McQuaid
3db445549e
Merge pull request #5255 from Homebrew/dependabot/bundler/docs/concurrent-ruby-1.1.1
...
Bump concurrent-ruby from 1.0.5 to 1.1.1 in /docs
2018-11-06 08:56:08 +00:00
Mike McQuaid
d51a9e8564
README: more maintainer updates.
2018-11-05 14:36:03 +00:00
dependabot[bot]
b371e9ef1d
Bump concurrent-ruby from 1.0.5 to 1.1.1 in /docs
...
Bumps [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby ) from 1.0.5 to 1.1.1.
- [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases )
- [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ruby-concurrency/concurrent-ruby/compare/v1.0.5...v1.1.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-05 14:27:25 +00:00
Mike McQuaid
ab54a00203
README: update maintainers.
2018-11-04 10:46:09 +00:00
Mike McQuaid
76016340cd
docs/Maintainer-Guidelines: add mission.
2018-11-02 14:59:20 +00:00
Mike McQuaid
4864eaf853
Merge pull request #5212 from Homebrew/dependabot/bundler/docs/pathutil-0.16.2
...
Bump pathutil from 0.16.1 to 0.16.2 in /docs
2018-10-31 09:46:36 +00:00
Jarek Wojciechowski
6c2f41b90c
Update docs and manpage for HOMEBREW_INSTALL_CLEANUP
2018-10-30 10:19:45 -04:00
dependabot[bot]
5af773b134
Bump pathutil from 0.16.1 to 0.16.2 in /docs
...
Bumps [pathutil](https://github.com/envygeeks/pathutil ) from 0.16.1 to 0.16.2.
- [Release notes](https://github.com/envygeeks/pathutil/releases )
- [Commits](https://github.com/envygeeks/pathutil/compare/v0.16.1...v0.16.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-30 13:46:37 +00:00
commitay
32b1f13bd0
bump-formula-pr: run audit by default
2018-10-30 13:22:36 +10:00
Jarek Wojciechowski
452d1db109
Merge branch 'master' into feature/homebrew_install_cleanup
2018-10-29 11:24:56 -04:00
Jarek Wojciechowski
51ca60d6d5
add formula cleanup to install and reinstall
2018-10-29 11:23:32 -04:00
Mike McQuaid
033386a75e
Merge pull request #5182 from EricFromCanada/prepend-shims-path
...
Prepend shims path to PATH used by `system` and `safe_system`
2018-10-29 13:39:41 +00:00
Mike McQuaid
8e092d0ae0
README: add Jason Tedor.
...
Welcome!
2018-10-27 15:18:06 +01:00
EricFromCanada
9e4fb40f92
docs: update descriptions of git- and curl-related vars
...
Note that the `HOMEBREW_FORCE_BREWED_` vars are automatically set if the system `git` and `curl` are too old. Drop mention of `HOMEBREW_GIT` which isn't user-settable.
2018-10-26 23:47:59 -04:00
Sean Molenaar
96e18d71fa
Clear up tap naming
...
Explain the recommendation to use the homebrew- prefix.
As pointed out in: https://discourse.brew.sh/t/couldnt-tap-github-repo-without-homebrew-prefix/3178/2
2018-10-24 09:12:42 +02:00
Jarek Wojciechowski
18f8adbd5c
test and add HOMEBREW_INSTALL_CLEANUP to upgrade
2018-10-23 15:46:07 -04:00
Mike McQuaid
fe9a9fd883
Update manpage
...
Pull in changes from
https://github.com/Homebrew/homebrew-services/pull/174 and some missing
changes from https://github.com/Homebrew/brew/pull/5089 .
2018-10-23 15:52:18 +01:00
Mike McQuaid
ab99b55108
info: tweak analytics behaviour.
...
- Make `--verbose` and `--analytics` behave differently.
- Allow `--analytics` to return results for formulae that don't exist
(but are in the top 10,000 installed formulae).
2018-10-21 13:07:08 +01:00
Mike McQuaid
0617dc1c1d
info: make verbose analytics use tabular output.
...
This copies (and slightly improves) the current `brew formula-analytics`
output so `brew formula-analytics` can be adjusted to just output JSON.
2018-10-20 12:06:25 +01:00
EricFromCanada
388781f6a7
dev-cmd/: remove colons from command specs.
...
These aren't needed when converting Parser-based help text to man page or Markdown formats.
Includes regenerated docs.
2018-10-19 13:12:55 -04:00
Mike McQuaid
4a0e97d85a
Merge pull request #5112 from MikeMcQuaid/deprecate-download-strategies
...
Deprecate unused download strategies
2018-10-19 16:07:37 +01:00
Mike McQuaid
599ecc9b5a
Deprecate unused download strategies
...
Download the unused, private download strategies. These are a better fit
for being declared in the formulae and/or taps that use them rather than
in Homebrew/brew where they are unused by Homebrew maintainers or
official taps/formulae.
2018-10-19 10:48:52 +01:00
dependabot[bot]
4644de30d5
Bump jekyll-watch from 2.1.1 to 2.1.2 in /docs
...
Bumps [jekyll-watch](https://github.com/jekyll/jekyll-watch ) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/jekyll/jekyll-watch/releases )
- [Changelog](https://github.com/jekyll/jekyll-watch/blob/master/History.markdown )
- [Commits](https://github.com/jekyll/jekyll-watch/compare/v2.1.1...v2.1.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-17 15:13:44 +00:00
Mike McQuaid
47dc086129
README: add moisan to maintainers.
2018-10-15 07:49:49 -07:00
dependabot[bot]
b39e202968
Bump octokit from 4.12.0 to 4.13.0 in /docs
...
Bumps [octokit](https://github.com/octokit/octokit.rb ) from 4.12.0 to 4.13.0.
- [Release notes](https://github.com/octokit/octokit.rb/releases )
- [Changelog](https://github.com/octokit/octokit.rb/blob/master/RELEASE.md )
- [Commits](https://github.com/octokit/octokit.rb/compare/v4.12.0...v4.13.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-11 22:07:25 +00:00
Mike McQuaid
858610c553
Merge pull request #5081 from MikeMcQuaid/manpage-updates
...
Update manpages
2018-10-10 15:37:23 +01:00
Mike McQuaid
448096168b
Update manpages
...
- dev-cmd/man: sort the `cmd_path`s (for APFS)
- update manpages based on latest content
2018-10-10 14:41:50 +01:00
dependabot[bot]
ac67fd4479
Bump jekyll-watch from 2.1.0 to 2.1.1 in /docs
...
Bumps [jekyll-watch](https://github.com/jekyll/jekyll-watch ) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/jekyll/jekyll-watch/releases )
- [Changelog](https://github.com/jekyll/jekyll-watch/blob/master/History.markdown )
- [Commits](https://github.com/jekyll/jekyll-watch/compare/v2.1.0...v2.1.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-10 13:27:12 +00:00
dependabot[bot]
dcf4e7b713
Bump jekyll-watch from 2.0.0 to 2.1.0 in /docs
...
Bumps [jekyll-watch](https://github.com/jekyll/jekyll-watch ) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/jekyll/jekyll-watch/releases )
- [Changelog](https://github.com/jekyll/jekyll-watch/blob/master/History.markdown )
- [Commits](https://github.com/jekyll/jekyll-watch/compare/v2.0.0...v2.1.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-09 20:18:20 +00:00
Mike McQuaid
573da9002b
docs/Maintainer-Guidelines: change lead maintainer date.
...
I'll step down on February 4th to better coincide with the Homebrew
maintainers in-person conference. This will make it easier to resolve
any logistical issues that arise.
2018-10-09 09:51:17 +01:00
Mike McQuaid
728189d3e9
Merge pull request #5050 from EricFromCanada/docs-edits
...
various documentation edits
2018-10-07 20:01:05 +01:00
EricFromCanada
b2b8f632bb
docs: distinguish <code> and <var> in HTML output
...
Replace <var> tags with markup for italicized monospaced text in Markdown.
This requires the source to not combine bracketed and backticked text.
2018-10-06 00:51:13 -04:00
EricFromCanada
997a207889
docs: fix Official External Commands section
...
Work around ronn's inability to nest indents within list items by modifying its output to add a line break and indent after lines ending with a colon that aren't a list item's first line. This allows `brew.1.md.erb` to join the commands' help text without extra line breaks, which avoids the issue where kramdown was turning any command specs containing pipe characters into tables in the HTML output.
2018-10-05 23:47:48 -04:00
EricFromCanada
31dbc4f985
Various documentation edits
...
Mostly edits to formatting, grammar, wording for consistency & readability.
2018-10-05 17:23:22 -04:00
Mike McQuaid
88837353fb
Merge pull request #5031 from MikeMcQuaid/docs-html-proofer
...
docs: check links with `html-proofer`
2018-10-05 18:14:58 +01:00
dependabot[bot]
6307ef7294
Bump nokogiri from 1.8.4 to 1.8.5 in /docs
...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri ) from 1.8.4 to 1.8.5.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases )
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.8.4...v1.8.5 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-05 01:15:15 +00:00
Mike McQuaid
54fe8e0ec0
docs: fix broken links.
2018-10-04 15:37:02 +01:00
Mike McQuaid
8a2490a1d3
docs: check links with html-proofer
...
This can be done with `bundle exec rake test`.
2018-10-04 15:37:01 +01:00
Viktor Szakats
a0d971a0d0
secure/fix URLs
2018-10-03 21:21:05 +00:00
Gautham Goli
38feaf1270
extract: Add option descriptions
2018-10-03 20:18:05 +05:30
Gautham Goli
f6081d6ab0
man: Update manpages
2018-10-03 19:52:26 +05:30
Gautham Goli
a03d2e0cd1
man: Correct option synopsis
2018-10-03 19:49:46 +05:30
Gautham Goli
7b0f27ca39
style: Fix style errors
2018-10-03 19:49:46 +05:30
Gautham Goli
f60582ca48
man: Remove [] from command synopsis
2018-10-03 19:49:45 +05:30
Gautham Goli
3c74683d88
man: Format h3 tags in ronn output
2018-10-03 19:49:45 +05:30
Gautham Goli
446b1cb9e3
man: Seperate global options into a section
2018-10-03 19:49:45 +05:30
Gautham Goli
e0e876cf37
man: Make command heading H3
2018-10-03 19:49:44 +05:30