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 .
- Dec 08, 2014
-
-
Mike McQuaid authored
The beginnings of some decent API documentation. Also, tweak `.yardopts` to better fix our internal style.
-
- Jul 22, 2014
-
-
Jack Nagel authored
-
- Jul 20, 2014
-
-
Jack Nagel authored
- use a regexp literal and avoid escaping forward slashes - escape the period in "github.com" - match only hex characters in the commit part - allow hyphen in usernames and repo names, matching what we allow for tap names - avoid unnecessary capture
-
- Jul 13, 2014
-
-
Shaun Jackman authored
Closes Homebrew/linuxbrew#103 Closes Homebrew/homebrew#30830. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Jul 07, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
- Jun 20, 2014
-
-
Jack Nagel authored
-
- Jun 10, 2014
-
-
Jack Nagel authored
-
- Jun 08, 2014
-
-
Jack Nagel authored
-
- May 15, 2014
-
-
Tsukasa OMOTO authored
Closes Homebrew/homebrew#29139. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- May 04, 2014
-
-
Jack Nagel authored
Newer versions of Ruby issue a warning for repeated character classes.
-
- Apr 25, 2014
-
-
Tsukasa OMOTO authored
This commit supports "-" and "_" in names of user and repository. Closes Homebrew/homebrew#28203. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Dec 15, 2013
-
-
Mike McQuaid authored
-
- Dec 14, 2013
-
-
Jack Nagel authored
-
- Nov 01, 2013
-
-
Mike McQuaid authored
-
- Oct 31, 2013
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
- Oct 26, 2013
-
-
Jack Nagel authored
-
- Oct 23, 2013
-
-
Mike McQuaid authored
-
- Oct 22, 2013
-
-
Mike McQuaid authored
Closes Homebrew/homebrew#23430.
-
Mike McQuaid authored
Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Oct 19, 2013
-
-
Jack Nagel authored
-
- Oct 10, 2013
-
-
Mike McQuaid authored
-
- Sep 20, 2013
-
-
Adam Vandenberg authored
Update version due to recent compiler selection fixes.
-
- Sep 07, 2013
-
-
Mike McQuaid authored
Still in alpha state. Handles defaults and merging changes with new versions. Enable by setting the HOMEBREW_GIT_ETC environment variable. Closes Homebrew/homebrew#15751. Closes Homebrew/homebrew#17713.
-
- Aug 20, 2013
-
-
Amos Wenger authored
On Unix, the path separator is ':', whereas on Windows, it is ';'. This is the first of a series of patch to bring macbrew's and winbrew's codebases closer together. The main places the magic constant ':' was being used were: - the $PATH environment variable - CMAKE-related environment variables - pkg-config related environment variables Closes Homebrew/homebrew#21921. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Jul 29, 2013
-
-
Jack Nagel authored
-
- Jun 15, 2013
-
-
Jack Nagel authored
-
- Jun 09, 2013
-
-
Adam Vandenberg authored
Closes Homebrew/homebrew#20318.
-
Jack Nagel authored
-
- Jun 05, 2013
-
-
Jack Nagel authored
Closes Homebrew/homebrew#20239.
-
- Jun 02, 2013
-
-
Mike McQuaid authored
-
- May 23, 2013
-
-
Daniel Lee Harple authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- May 11, 2013
-
-
Jack Nagel authored
-
- Apr 08, 2013
-
-
Jack Nagel authored
-
- Apr 07, 2013
-
-
Jack Nagel authored
-
- Apr 02, 2013
-
-
Jack Nagel authored
This was meant to support: env do |req| append_path 'PATH', req.some_method ... end i.e., the block was evaluated in the context of ENV. But it turned out to be not so useful after all, so I'm ripping it out before something actually depends on it.
-
- Mar 21, 2013
-
-
Misty De Meo authored
-
- Mar 12, 2013
-
-
Mike McQuaid authored
Allows access to the Ruby path. Needed for Linux porting.
-