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 .
- May 27, 2011
-
-
Adam Vandenberg authored
-
- May 26, 2011
-
-
Charlie Sharpsteen authored
`ENV.Og` clears all optimization flags and adds `-g -O0`. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- May 19, 2011
-
-
Charlie Sharpsteen authored
`brew-unpack` is inspired by the `unpack` command of Haskell's Cabal. `brew unpack <formulae ...>` will fetch the source code archives of one or more formula and extract them into subfolders of the current working directory. An alternate root directory may be specified by invoking the `--destdir` flag. This provides some nice advantages for inspecting source code compared to `brew install -i -f <formula>`: - The extracted source code won't be deleted when the Ruby process terminates---which allows for long-term experimentation. - The user has control over which directory the code is extracted into. - No install process is initiated, so accidentally typing the equivalent of `exit 0` will not cause `brew` to mess with an existing installation. - Several formulae may be unpacked at once. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Adam Vandenberg authored
-
Mike McQuaid authored
-
- May 15, 2011
-
-
Adam Vandenberg authored
-
- May 12, 2011
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
- May 10, 2011
-
-
Adam Vandenberg authored
-
- May 08, 2011
-
-
Jack Nagel authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- May 06, 2011
-
-
Jack Nagel authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Adam Vandenberg authored
-
Adam Vandenberg authored
CMake will pick up static libs in /usr/local.
-
- May 05, 2011
-
-
Adam Vandenberg authored
-
Jack Nagel authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- May 01, 2011
-
-
Humza authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Apr 30, 2011
-
-
Adam Vandenberg authored
-
- Apr 27, 2011
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
- Apr 26, 2011
-
-
Adam Vandenberg authored
-
- Apr 24, 2011
-
-
Adam Vandenberg authored
-
- Apr 23, 2011
-
-
Adam Vandenberg authored
-
- Apr 19, 2011
-
-
Sebastian Staudt authored
The git command now uses --git-dir instead of --work-tree. Using --work-tree won't work if you are inside another Git repository. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
- Apr 15, 2011
-
-
Birger J. Nordølum authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Adam Vandenberg authored
`brew fetch --deps` will also cache the dependencies of any listed formulae.
-
- Apr 14, 2011
-
-
Adam Vandenberg authored
If a formula is given, it will be checked for missing deps. The formula does not have to be installed first. Without a formula list, still checks all installed brews.
-
Adam Vandenberg authored
-n means 'natural order' instead of alpha-order, and will show the order in which the deps will be installed.
-
- Apr 13, 2011
-
-
Kevin Ballard authored
Using 'sudo' should not be required to install npm, and isn't if the user has used the default Homebrew installation process. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Adam Vandenberg authored
-
- Apr 11, 2011
-
-
Arthur Kalmenson authored
Pip was removed in issue 4226. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Adam Vandenberg authored
-
- Apr 10, 2011
-
-
Martin Kühl authored
When the name of a new formula can't be autodetected, it defaults to the empty string. When it then gets read from user input later on, the new name is used but the formula path, based on the name, stays empty. This change sets the path after a new name was read. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Adam Vandenberg authored
-
- Apr 07, 2011
-
-
Adam Vandenberg authored
-
Jannis Leidel authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Apr 05, 2011
-
-
Adam Vandenberg authored
-