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 .
- Mar 26, 2017
-
-
EricFromCanada authored
Add labeled fences to most code blocks, monospace terms where appropriate, omit "$" when referring to variables
-
EricFromCanada authored
Also works around bug in Jekyll where a URL with a "#" will cause links in the same paragraph to not have their extensions replaced by using "#" instead.
-
- Mar 23, 2017
-
-
Mike McQuaid authored
This is useful when you're pulling PRs where individual bottles can't be uploaded/built but you still want to pull the PR as a whole anyway.
-
Mike McQuaid authored
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.
-
Mike McQuaid authored
Note some additional ways to help, gotchas and how to get started.
-
- Mar 20, 2017
-
-
EricFromCanada authored
Also changes some heading levels so only one primary heading appears per page.
-
- Mar 18, 2017
-
-
Kare Morstol authored
-
- Mar 17, 2017
-
-
Kare Morstol authored
-
- Mar 15, 2017
-
-
Viktor Szakats authored
-
- Mar 14, 2017
-
-
neutric authored
-
- Mar 13, 2017
-
-
EricFromCanada authored
While GitHub allows a single space to denote a sublist, Jekyll is not so lenient. It also seems unable to handle ordered sublists.
-
- Mar 12, 2017
-
-
EricFromCanada authored
-
- Mar 06, 2017
-
-
Mike McQuaid authored
-
EricFromCanada authored
-
- Mar 05, 2017
-
-
Mike McQuaid authored
Unfortunately there's no easy way to share this code with the brew.sh site but it's at least able to have the `css/`, `img/` (root) and `_layouts` directories in sync between the two repositories. Some small CSS tweaks were needed to make these pages render more attractively.
-
- Mar 01, 2017
-
-
Mike McQuaid authored
-
Markus Reiter authored
-
- Feb 26, 2017
-
-
Mike McQuaid authored
Closes #2186.
-
EricFromCanada authored
Also update command specifications to match descriptions.
-
- Feb 25, 2017
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
William Woodruff authored
-
- Feb 24, 2017
-
-
EricFromCanada authored
Fixes to spelling and punctuation for consistency and readability.
-
EricFromCanada authored
Bare URLs are auto-linked on GitHub but not on docs.brew.sh, so I added angle brackets around them where appropriate. Also converted Markdown-linked URLs for clarity.
-
- Feb 12, 2017
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Timothee Cour authored
-
Timothee Cour authored
-
Timothee Cour authored
-
- Feb 10, 2017
-
-
Fabian Mettler authored
-
- Feb 09, 2017
-
-
Fabian Mettler authored
-
- Feb 06, 2017
-
-
Gautham Goli authored
-
- Jan 30, 2017
-
-
Mike McQuaid authored
As requested in https://github.com/Homebrew/homebrew-core/issues/9316.
-
- Jan 27, 2017
-
-
Saagar Jha authored
The "Messaging" heading was failing to be rendered due to a missing newline between it and "Convenience Tools".
-
- Jan 17, 2017
-
-
Mike McQuaid authored
This is used to indicate a formula is a version of another formula. This will be used to provide a consistent interface for older formulae versions and replaces the use of `conflicts_with`.
-
- Jan 15, 2017
-
-
Mike McQuaid authored
These can now be done with just `brew upgrade`, like other upgrades. Fixes #1818.
-
- Jan 14, 2017
-
-
Andrew Hundt authored
resolves https://github.com/Homebrew/brew/issues/1821
-
Justin Mayer authored
There are some formulas in which Homebrew symlinks configuration files into /usr/local/etc/ instead of copying them, resulting in custom settings being overwritten on package upgrades. This addition to the documentation illustrates one way to avoid this behavior by ensuring the configure script is told where to copy the configuration file(s). Refs https://github.com/Homebrew/homebrew-core/issues/8711
-
- Jan 12, 2017
-
-
Mike McQuaid authored
Fixes #1817.
-
- Jan 09, 2017
-
-
Mike McQuaid authored
Unfortunately `brew linkapps` cannot behave nicely with e.g. Spotlight using either aliases or symlinks and Homebrew formulae do not build "proper" `.app` bundles that can be relocated. Instead, please consider using `brew cask` and migrate formulae using `.app`s to casks.
-