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 .
- Oct 09, 2020
-
-
Mike McQuaid authored
GitHub has requested we request our usage of shallow clones. As a result: - do default to shallow clones on CI - do not do --shallow-since when setting up new repositories in `brew update` - do not support shallow clones of homebrew-core at all We may consider in future unshallowing all clones unconditionally.
-
- Aug 01, 2020
-
-
Markus Reiter authored
-
- Jul 31, 2020
-
-
Markus Reiter authored
-
- Apr 20, 2020
-
-
EricFromCanada authored
-
- Apr 11, 2020
-
-
Jonathan Chang authored
Co-Authored-By:
Mike McQuaid <mike@mikemcquaid.com>
-
Jonathan Chang authored
-
- Apr 09, 2020
-
-
Jonathan Chang authored
-
- Mar 05, 2020
-
-
Mike McQuaid authored
-
- Feb 19, 2020
-
-
Mike McQuaid authored
Also, while we're here, `rsync` and `git` are not acronyms.
-
- Feb 06, 2020
-
-
Mike McQuaid authored
- Use Ruby attribute arguments. - Fix use of `full_clone` in `cmd/tap` to be on by default. - Remove unnecessary argument in test.
-
Mike McQuaid authored
-
- Feb 05, 2020
-
-
Gautham Goli authored
-
- Feb 02, 2020
-
-
Mike McQuaid authored
This makes `Tap` consistent with what the installer is doing. Generally shallow clones get slower and slower (and more and more pointless) the more they are fetched so don't make sense for our use-case. Keep the option around anyway because it's useful for integration tests.
-
- Dec 15, 2019
-
-
EricFromCanada authored
-
- Nov 28, 2019
-
-
Mike McQuaid authored
-
- Aug 20, 2019
-
-
EricFromCanada authored
Use active voice when applicable, better verbs & adjectives, preposition usage, proper tense, etc.
-
EricFromCanada authored
-
EricFromCanada authored
-
- Apr 30, 2019
-
-
Mike McQuaid authored
-
- Apr 20, 2019
-
-
Mike McQuaid authored
-
- Apr 17, 2019
-
-
Mike McQuaid authored
-
- Jan 31, 2019
-
-
Mike McQuaid authored
-
- Nov 11, 2018
-
-
Gautham Goli authored
-
- Nov 03, 2018
-
-
Mike McQuaid authored
-
- Oct 24, 2018
-
-
Mike McQuaid authored
- remove odisabled - move odeprecated to odisabled
-
- Oct 08, 2018
-
-
Markus Reiter authored
-
- Oct 06, 2018
-
-
EricFromCanada authored
Replace <var> tags with markup for italicized monospaced text in Markdown. This requires the source to not combine bracketed and backticked text.
-
- Jul 14, 2018
-
-
Mike McQuaid authored
- Turn more old `odeprecated` into `odisabled` - Remove more old `odisabled` - Remove code for older Ruby versions
-
- Apr 25, 2018
-
-
Eli Young authored
-
- Apr 08, 2018
-
-
Mike McQuaid authored
Fix various circular requirements, method redefinitions, etc.
-
- Mar 31, 2018
-
-
Mike McQuaid authored
There are none remaining. We don’t want PHP to get the deprecated messages until all formulae have been deleted so that will be in a later PR.
-
- Oct 08, 2017
-
-
Markus Reiter authored
-
- Apr 22, 2017
-
-
Mike McQuaid authored
Deprecate more methods. Internal APIs have been verified to be unused elsewhere and removed. External APIs have had deprecation methods added. Existing deprecations have been either upgraded to produce warnings or no longer deprecated and the reasoning documented.
-
- Feb 27, 2017
-
-
Joshua McKinney authored
Taps can include completion scripts for external commands under `completions/bash`, `completions/fish`, or `completions/zsh`. `brew tap` will automatically install these into the correct directories during install.
-
- Oct 02, 2016
-
-
Markus Reiter authored
-
- Sep 17, 2016
-
-
Mike McQuaid authored
-
- May 31, 2016
-
-
Mike McQuaid authored
You need a non-shallow clone to push branches upstream so if you often tap and untap taps (e.g. `homebrew/boneyard`) then you need to remember to manually `fetch -unshallow`.
-
- Apr 11, 2016
-
-
Max Nordlund authored
-
- Apr 05, 2016
-
-
ilovezfs authored
Makes `tap` re-runnable and unshallows when requested with `--full`. Tapping with a different URL raises an exception. The homebrew/core tap cannot be untapped with `untap` so running `brew tap --full homebrew/core` is now a built-in way to get a full clone of this tap without resorting to workarounds. Closes #17. Signed-off-by:
ilovezfs <ilovezfs@icloud.com>
-
- Apr 02, 2016
-
-
Xu Cheng authored
We don't need to migrate the tapped formulae from symlink-based to directory-based structure any more. Instead, we add core tap install check for `brew update-report` which will be invoked by `brew update`.
-