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 23, 2017
-
-
JCount authored
gpg: add GnuPG series 2.1.x to supported versions
-
Mike McQuaid authored
link: tell users of `brew link --force` about opt.
-
Mike McQuaid authored
missing_formula: warn when git-log takes very long
-
Mike McQuaid authored
If people are force-linking keg-only things they should probably be told that they can add the opt prefix to their PATH instead.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Zhiming Wang authored
-
Mike McQuaid authored
man: generate Markdown man page.
-
Mike McQuaid authored
cd tap-new: fix symlink creation.
-
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
Ensure the full HOMEBREW_TAP_DIR path is created before deleting and creating the symlink for it. This ensures that non-`homebrew` taps will have the necessary username/organisation folder created. Fixes #2378.
-
- Mar 22, 2017
-
-
JCount authored
update-report: check migration symlinks.
-
Mike McQuaid authored
Check if `HOMEBREW_CELLAR/old_name` is a symlink. If so, it's already been migrated so can be skipped.
-
Mike McQuaid authored
tests: unset HOMEBREW_TEMP
-
Mike McQuaid authored
Hint at new location of migrated formulae
-
- Mar 21, 2017
-
-
Maxim Belkin authored
Setting `HOMEBREW_TEMP` env. var [currently] breaks tests (`brew tests`). Although this behavior looks like a bug, the solution is straightforward: unset `HOMEBREW_TEMP`.
-
Mike McQuaid authored
formula_installer: need up to date requirement formulae.
-
Mike McQuaid authored
audit: check system dupe deps on new formulae.
-
Mike McQuaid authored
audit: deprecate depends_on :tex.
-
Mike McQuaid authored
update-report: migrate all formulae every time.
-
Mike McQuaid authored
update-report: migrated formulae were not deleted.
-
Mike McQuaid authored
These methods belong together so combine them in a single class to provide a simpler API.
-
Mike McQuaid authored
This will allow extending this class so it can be used by more than just blacklisting.
-
Mike McQuaid authored
This wasn’t adapted to the new, multiple repository world.
-
Mike McQuaid authored
-
Mike McQuaid authored
This makes it easier to turn an arbitrary path into a tap path.
-
Zhiming Wang authored
Partial implementation of https://github.com/Homebrew/brew-evolution/pull/15, along with the ability to search for deleted formulae in git history (inspired by #1996) which is not described in the proposal. See also: #1371.
-
Mike McQuaid authored
Unmigrated formulae cause hard-to-debug issues and relying on detection on Git alone is faster but not comprehensive. Instead, iterate through renamed, installed formulae every time and migrate them. Closes #1770.
-
- Mar 20, 2017
-
-
Mike McQuaid authored
The taps they were migrated to are auto-tapped if not already tapped anyway so don't show them as deleted to avoid confusion.
-
Alex Dunn authored
Fixes https://github.com/Homebrew/homebrew-core/issues/10338 . Closes #2287. Signed-off-by:
Alex Dunn <dunn.alex@gmail.com>
-
Mike McQuaid authored
This has known issues with our `ghostscript` formula, we can't test it on CI and is a ludicrously heavy dependency that in many cases can be avoided by upstream providing prebuilt documentation.
-
Mike McQuaid authored
Provide a gentle nudge to users to check if these dependencies are definitely required.
-
Mike McQuaid authored
docs: grammar edits, sentence-case secondary headings
-
EricFromCanada authored
Also changes some heading levels so only one primary heading appears per page.
-
- Mar 19, 2017
-
-
JCount authored
audit: online - limit download time based on HTTPS determination
-
- Mar 18, 2017
-
-
Mike McQuaid authored
Fix small typos in How-to-Create-and-Maintain-a-Tap.md
-
Kare Morstol authored
-