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 13, 2011
-
-
Max Howell authored
Because `gem instal` works too.
-
Max Howell authored
More robust code than before, and replaces all usage of `xcode-select -print-path`.
-
Max Howell authored
-
Max Howell authored
Rationale: this is more useful than the union, and you can still easily get the union by running the command twice and concatenating the result.
-
Max Howell authored
We currently only fix relative paths, but we should expand this more.
-
Max Howell authored
Yields after chmoding (if necessary), once block is complete restores permissions.
-
Max Howell authored
-
Max Howell authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Max Howell authored
Also don't abort searches if the query matches a blacklist. Eg. `brew search vim` should return macvim and the information that vim itself is not packaged.
-
Max Howell authored
-
Max Howell authored
The code was sucking. To the extent that maintenance was hard. It's a lot easier to work with code that is sensibly split at sensible boundaries. So now it is more like that. But the refactor is minimal. Because we don't want you to have more merge hell than absolutely necessary. If you merge you will need to pay attention to brew.h.rb (as it is deleted) and bin/brew (as command logic is gone). It will be painful, but you will just have to help git out by moving any changes around manually. Note compatibility.rb. It ensures that any function renames or removals don't break anything. We're pretty serious about backwards compatibility. And that's because we encourage you to hack around with the innards. And we couldn't do that if we would then just make stuff disappear behind your back.
-
- Mar 07, 2011
-
-
- Feb 28, 2011
-
-
Second Planet authored
Closes Homebrew/homebrew#4217. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Feb 21, 2011
-
-
Martin Kühl authored
Accept any options that `brew deps` accepts. Default to `--all` to preserve previous behaviour. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Adam Vandenberg authored
-
- Feb 14, 2011
-
-
George Kulakowski authored
1. Fix a misspelled variable to avoid shell namespace pollution 2. Remove a bogus completion (the 'brew xo' one) 3. Add missing tab completion code for - Several arguments/commands (options, --cellar etc.) - Aliases (e.g. home and homepage) - 'brew edit' complete to all formulae, not just installed ones Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Feb 13, 2011
-
-
isaacs authored
Signed-off-by:
Max Howell <max@methylblue.com>
-
- Feb 10, 2011
-
-
Justin Hileman authored
i.e. `--force --debug --use-llvm --ignore-dependencies --HEAD` Additionally: * Use a cleaner `if` block in install options completion case. * De-dupe options for subsequent completion (e.g. stop offering --foo once --foo option has been used). Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Feb 05, 2011
-
-
Adam Vandenberg authored
-
Justin Hileman authored
To trigger the option autocompletion, type: brew install foo --[tab][tab] Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Jan 23, 2011
-
-
Adam Vandenberg authored
-
- Jan 09, 2011
-
-
Mike McQuaid authored
-
- Jan 03, 2011
-
-
Adam Vandenberg authored
-
- Jan 02, 2011
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
- Dec 31, 2010
-
-
Mike McQuaid authored
-
- Dec 30, 2010
-
-
Mike McQuaid authored
-
- Dec 27, 2010
-
-
Adam Vandenberg authored
-
- Dec 23, 2010
-
-
Adam Vandenberg authored
-
Mike McQuaid authored
Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Dec 21, 2010
-
-
Gabe Berke-Williams authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Dec 02, 2010
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
We shouldn't ever really have these but better to be safe than sorry.
-
Mike McQuaid authored
-