1027 Commits

Author SHA1 Message Date
Adrian Ho
a39c0dc49f
Taps.md: Update cloning details
Since shallow cloning is now neither recommended nor the default, I've removed all mentions of cloning type.
2020-07-16 20:31:05 +08:00
Jonathan Chang
c8fec79ce2 README: update maintainers and sponsors 2020-07-16 18:30:21 +10:00
Seeker
3ae2611365 bump-formula-pr: determine url/tag from version 2020-07-15 13:56:07 -07:00
Jonathan Chang
f7f4489fb7 docs: Update Linux core merge guidelines.
Co-authored-by: Maxim Belkin <maxim.belkin@gmail.com>
2020-07-15 14:15:47 +10:00
dependabot-preview[bot]
7602e83778
build(deps): bump zeitwerk from 2.3.1 to 2.4.0 in /docs
Bumps [zeitwerk](https://github.com/fxn/zeitwerk) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/fxn/zeitwerk/releases)
- [Changelog](https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fxn/zeitwerk/compare/v2.3.1...v2.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-14 22:20:24 +00:00
Adrian Ho
0e655d8528 docs/Versions: Cleanup and clarifications
* Removed all mentions of `homebrew/versions`, since it's dead and long gone.
* Version support requirement: Updated PHP example, and added contrasting example to address a common misconception
* Standardize on the use of "main" rather than "non-versioned" to avoid confusion
* Directly address the most common reason for (disallowed) versioning
2020-07-11 22:25:33 +10:00
Mike McQuaid
abbe2800b4
Merge pull request #7963 from Homebrew/python3.8-docs
docs: update docs to reflect new Python procedures
2020-07-10 15:44:16 +01:00
Mike McQuaid
da1efc46f5
Merge pull request #7949 from MLH-Fellowship/integrate-list
Allow listing casks when using brew list
2020-07-10 15:40:22 +01:00
Rylan Polster
111f9e5ca3 docs: update docs to reflect new Python procedures 2020-07-09 14:36:22 -04:00
William Ma
62a5614850 list: Update documentation 2020-07-09 11:21:22 -04:00
lionellloh
1952c140e9 brew man 2020-07-09 17:46:21 +08:00
Lionell
4836970fdc brew man 2020-07-09 00:06:34 +08:00
lionellloh
84d86e6dbc brew man 2020-07-07 21:57:02 +08:00
Lionell Loh Jian An
c855429612
Apply suggestions from code review
code review changes

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-07-07 21:39:53 +08:00
lionellloh
ab3d1b69a0 brew man 2020-07-07 21:34:49 +08:00
Dawid Dziurla
9cce4c5be3
Merge pull request #7920 from dawidd6/pr-upload-keep-old
dev-cmd/pr-upload: add --keep-old flag
2020-07-06 21:16:35 +02:00
Dawid Dziurla
8a1ff9275c
dev-cmd/pr-upload: add --keep-old flag 2020-07-06 17:41:07 +02:00
dependabot-preview[bot]
e96cfab3fd
build(deps): bump nokogiri from 1.10.9 to 1.10.10 in /docs
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.9 to 1.10.10.
- [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.10.9...v1.10.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-06 13:43:23 +00:00
miccal
3bb2c06a08 Update Homebrew-and-Python.md 2020-07-05 18:56:48 +08:00
Jonathan Chang
c6e9cff125 dev-cmd: add brew-sponsors.rb 2020-07-05 15:45:36 +10:00
Adrian Ho
125ed8cf93
Update Shell-Completion.md 2020-07-03 20:24:50 +08:00
Adrian Ho
7f651de7be
Add completion configuration for non-Homebrew fish
Tested on Ubuntu 18.04 LTS
2020-07-03 19:28:45 +08:00
Thierry Moisan
433d3a327b
docs/Common-Issues-for-Core-Contributors: add steps to fix failed bottle publish 2020-07-01 14:29:09 -04:00
Jonathan Chang
204e56d01e pr-pull, pr-upload: add --warn-on-upload-failure 2020-07-02 00:11:55 +10:00
Mike McQuaid
4e10341277
Merge pull request #7752 from SMillerDev/cask/readall
Support casks in readall
2020-07-01 12:19:30 +01:00
Lionell
fb4db63e3b Merge branch 'master' into license 2020-06-30 22:25:17 +08:00
lionellloh
7d4fadc2bb Update man pages 2020-06-30 01:06:59 +08:00
Mike McQuaid
7a58949213
Merge pull request #7849 from Homebrew/dependabot/bundler/docs/zeitwerk-2.3.1
build(deps): bump zeitwerk from 2.3.0 to 2.3.1 in /docs
2020-06-29 09:13:55 +01:00
Mike McQuaid
d5306b87b3
Merge pull request #7839 from EricFromCanada/list-command-options
cmd/options: add flag to list a command's options
2020-06-29 08:49:36 +01:00
dependabot-preview[bot]
45a667e5d4
build(deps): bump zeitwerk from 2.3.0 to 2.3.1 in /docs
Bumps [zeitwerk](https://github.com/fxn/zeitwerk) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/fxn/zeitwerk/releases)
- [Changelog](https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fxn/zeitwerk/compare/v2.3.0...v2.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-29 05:48:17 +00:00
EricFromCanada
68947f2af9 cmd/options: add flag to list a command's options 2020-06-28 12:42:23 -04:00
Sean Molenaar
a1e2b8d75c
docs: reference formula assertions for tests 2020-06-27 20:09:15 +02:00
Lionell
5f6917ae7c Merge branch 'master' into license 2020-06-28 02:07:53 +08:00
Eric Knibbe
db998860f1
Merge pull request #7831 from EricFromCanada/fix-help-output
docs: fixes for help output
2020-06-25 13:08:48 -04:00
Dawid Dziurla
942722ad64
Merge pull request #7830 from vladimyr/crystal
create: add --crystal option
2020-06-25 18:50:26 +02:00
Dario Vladovic
519c339261
create: add --crystal option 2020-06-25 18:23:06 +02:00
EricFromCanada
910c85f782 docs: improve commands' help output 2020-06-25 12:01:52 -04:00
Rylan Polster
32f77955e5 Clarify how PRs should be completed for maintainers 2020-06-25 10:41:52 -04:00
Lionell
ff7a80ebf5 Merge branch 'master' into license 2020-06-25 21:51:39 +08:00
Mike McQuaid
ac0665daff
Refer to default branch in links with HEAD
Anywhere we can use `blob/master` we can use `blob/HEAD` instead. This
will make life easier if we ever rename our default branch in future
(once/if Git and GitHub provides the necessary tooling to do so).
2020-06-25 11:38:40 +01:00
lionellloh
62ffc26140 Update man page 2020-06-25 17:21:00 +08:00
Lionell Loh Jian An
22baff39bc
Apply suggestions from code review
Applying style-related suggestions from code review

Co-authored-by: Dario Vladović <d.vladimyr@gmail.com>
2020-06-25 15:36:55 +08:00
Lionell
57fd1fdc7e Merge branch 'master' into license 2020-06-25 13:42:27 +08:00
lionellloh
cc994b5c65 Commit man pages 2020-06-25 05:52:08 +08:00
Mike McQuaid
1dbbb5e58c
Merge pull request #7789 from MLH-Fellowship/cask-integration
Integrate `--cache` and `home` with cask
2020-06-24 09:02:25 +01:00
William Ma
76a0b0e95e man: Update manpages 2020-06-23 11:51:19 -04:00
William Ma
cdcaa8b58c man: Update manpages 2020-06-23 09:56:56 -04:00
Peter Lewis
68fc0398ca
'Why haven’t you pulled my pull request?' change
I propose changing 'Why haven’t you pulled my pull request?' to 'Why haven’t you merged my pull request?' as, unless I'm missing a trick, this wording would fit more appropriately with what the question trying to ask?
2020-06-22 17:08:27 +01:00
Jonathan Chang
c496e6bfcb manpages: update for pr-pull changes 2020-06-21 19:57:39 +10:00
Mike McQuaid
9b6ac23b17
Merge pull request #7756 from Homebrew/dependabot/bundler/docs/parallel-1.19.2
build(deps): bump parallel from 1.19.1 to 1.19.2 in /docs
2020-06-19 20:00:17 +01:00