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 .
- Sep 03, 2015
-
-
Vlad Shablinsky authored
Closes Homebrew/homebrew#43473. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Alex Dunn authored
Closes Homebrew/homebrew#43363. Signed-off-by:
Alex Dunn <dunn.alex@gmail.com>
-
Alex Dunn authored
-
Alex Dunn authored
-
Alex Dunn authored
-
Alex Dunn authored
Renamed from 'cv'. Closes Homebrew/homebrew#42984.
-
Martin Afanasjew authored
The referenced issue was fixed in Rubocop 0.30.0 (Homebrew uses 0.33.0). Closes Homebrew/homebrew#43515. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
- Sep 02, 2015
-
-
Xu Cheng authored
Closes Homebrew/homebrew#43463. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Xu Cheng authored
-
Xu Cheng authored
-
Xu Cheng authored
-
Xu Cheng authored
Two methods: * `Utils.git_available?` checks whether git is installed. * `Utils.ensure_git_installed!` installs git for users who don't install Xcode or CLT.
-
Alex Dunn authored
Closes Homebrew/homebrew#43453.
-
- Sep 01, 2015
-
-
Xu Cheng authored
It's never used since a0a93f1b3b7b2be9b8a319be91086ffe220f8e32. Closes Homebrew/homebrew#43462. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
- Aug 31, 2015
-
-
Alex Dunn authored
By directly modifying the results array with `results[i] = "#{name} (installed)"`, it appeared on successive iterations that the canonical name was no longer in the array, so aliases were not removed. See https://github.com/Homebrew/homebrew/commit/9efe5b554ce9cf6626d9794173725f5e063e5806#commitcomment-12969631 Closes Homebrew/homebrew#43433.
-
Baptiste Fontaine authored
Closes Homebrew/homebrew#43423. Signed-off-by:
Baptiste Fontaine <batifon@yahoo.fr>
-
Baptiste Fontaine authored
Closes Homebrew/homebrew#41279. Closes Homebrew/homebrew#43415. Signed-off-by:
Baptiste Fontaine <batifon@yahoo.fr>
-
Alex Dunn authored
`brew search emacs`, with homebrew/emacs tapped: ``` real 0m2.586s user 0m1.138s sys 0m0.121s ``` Previously: ``` real 0m2.831s user 0m1.385s sys 0m0.087s ``` `brew search s`: ``` real 0m2.260s user 0m1.201s sys 0m0.114s ``` Previously: ``` real 0m5.953s user 0m4.827s sys 0m0.226s ``` Closes Homebrew/homebrew#35696. Closes Homebrew/homebrew#42662.
-
Baptiste Fontaine authored
-
- Aug 29, 2015
-
-
Mike McQuaid authored
And remove the documented stuff from the `example-formula.rb`. Closes Homebrew/homebrew#43241. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Xu Cheng authored
-
Baptiste Fontaine authored
Closes Homebrew/homebrew#43361. Signed-off-by:
Baptiste Fontaine <batifon@yahoo.fr>
-
Baptiste Fontaine authored
Closes Homebrew/homebrew#43360. Signed-off-by:
Baptiste Fontaine <batifon@yahoo.fr>
-
- Aug 28, 2015
-
-
William Woodruff authored
Closes Homebrew/homebrew#43303. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
William Woodruff authored
tweak String#undent so that only leading whitespace up to the first indentation level is gsubbed, change test_undent to reflect change and add test_undent_nested to test new behavior
-
Xu Cheng authored
* use syslog filter instead of grep. * output sandbox log to stdout when verbose and failed. * output nothing if sandbox log is empty. Closes Homebrew/homebrew#43325. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Xu Cheng authored
sudo -k cannot be used inside sandbox Closes Homebrew/homebrew#43345. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Xu Cheng authored
Fixes Homebrew/homebrew#43280. Closes Homebrew/homebrew#43352. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Xu Cheng authored
For update, all formula loading need to be secured by `rescue`. Otherwise it's easy to crash `brew update` for vasty reasons, e.g. new Formula DSL. Closes Homebrew/homebrew#43353. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Alex Dunn authored
Closes Homebrew/homebrew#43344.
-
- Aug 27, 2015
-
-
Baptiste Fontaine authored
Closes Homebrew/homebrew#43326. Signed-off-by:
Baptiste Fontaine <batifon@yahoo.fr>
-
Martin Afanasjew authored
If the user's working copy is *not* on the 'master' branch, the revision recorded after the update to the 'master' branch is not the one of the updated 'master' branch but that of whatever the user's current branch is. This tends to be not very helpful. This change records the revision *after* the update to the 'master' branch, but *before* switching back to the user's current branch prior to the update, effectively causing the report to show changes to the 'master' branch. Closes Homebrew/homebrew#42074. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Vlad Shablinsky authored
Closes Homebrew/homebrew#43269. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Vlad Shablinsky authored
-
Mike McQuaid authored
Closes Homebrew/homebrew#43313. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Xu Cheng authored
-
Baptiste Fontaine authored
Closes Homebrew/homebrew#43259. Signed-off-by:
Baptiste Fontaine <batifon@yahoo.fr>
-
Tim D. Smith authored
Fixes test-bot mishandling of optional cross-tap dependencies. Without this change, since formula.stable.deps includes the optional dependencies but formula.recursive_dependencies does not, test-bot was trying to select a compiler for an untapped formula, which raised an error. Our suspect handling of optional dependencies was exposed by Homebrew/homebrew#43145 / 7184348e822d6745d8a103de104ff9626536bf1e. Closes Homebrew/homebrew#43237.
-
Dominyk Tiller authored
Closes Homebrew/homebrew#43283. Closes Homebrew/homebrew#43298. Signed-off-by:
Dominyk Tiller <dominyktiller@gmail.com>
-
Dominyk Tiller authored
Closes Homebrew/homebrew#43154. Closes Homebrew/homebrew#43277. Signed-off-by:
Dominyk Tiller <dominyktiller@gmail.com>
-