| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-01-29 | Add 'instal' to completions | Adam Vandenberg | |
| 2013-01-26 | We use formulae as the plural of formula. | Mike McQuaid | |
| 2013-01-26 | manpage: remove outdated MD5 references. | Mike McQuaid | |
| 2013-01-26 | brew-mirror-check: Not using MD5 any more. | Mike McQuaid | |
| 2013-01-26 | brew-test-bot: don't use stash --all; too new. | Mike McQuaid | |
| 2013-01-19 | Document HOMEBREW_NO_EMOJI in manpage | Misty De Meo | |
| 2013-01-07 | Fix brew-test-bot for new test DSL. | Mike McQuaid | |
| 2013-01-06 | Document HOMEBREW_BROWSER and BROWSER | Adam Vandenberg | |
| 2013-01-02 | brew-pull: add missing require. | Mike McQuaid | |
| 2013-01-02 | brew-pull: cleanup installation options. | Mike McQuaid | |
| 2013-01-01 | Add --homebrew-developer flag | Mike McQuaid | |
| 2012-12-25 | brew-test-bot: don't return success from git function | Mike McQuaid | |
| 2012-12-22 | brew-test-bot: more Jenkins fixes and cleanup. | Mike McQuaid | |
| * Remove the unused HTML and commenting features. * Return a good status code. * Print command output on failure. * Test bottle installation. | |||
| 2012-12-19 | brew-pull: Don't pipe diff stats through the pager | Charlie Sharpsteen | |
| Pass the `--no-pager` flag to git when grabbing a diff summary for a patch as there is no good reason to invoke a pager for ~2-10 lines that the user must then exit manually. | |||
| 2012-12-16 | brew test-bot: handle dependencies better. | Mike McQuaid | |
| 2012-12-04 | brew-services: fix by using formula.plist_name. | Aaron Suggs | |
| Fixes errors like: ``` $ brew services restart mysql Error: Formula `mysql` not installed, #startup_plist not implemented or no plist file found ``` Closes Homebrew/homebrew#16378. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2012-12-01 | brew-test-bot: fix building hashes and cleanup. | Mike McQuaid | |
| 2012-11-25 | brew-test-bot: fetch before install. | Mike McQuaid | |
| 2012-11-25 | brew-test-bot: don't cleanup HOMEBREW_PREFIX. | Mike McQuaid | |
| 2012-11-25 | brew-test-bot: general cleanup. | Mike McQuaid | |
| 2012-11-25 | brew-test-bot: support commits as arguments. | Mike McQuaid | |
| 2012-11-23 | Update manpage. Fixes Homebrew/homebrew#16206. | Adam Vandenberg | |
| 2012-11-13 | Document some recently added options | Jack Nagel | |
| 2012-11-13 | bash completion for doctor checks | Jack Nagel | |
| 2012-11-13 | fish completion: complete formula options | Misty De Meo | |
| 2012-11-10 | brew-test-bot: general cleanup. | Mike McQuaid | |
| 2012-11-10 | brew-test-bot: Cleanup and improve documentation. | Mike McQuaid | |
| 2012-11-10 | brew-test-bot: Change directory only for Git commands. | Mike McQuaid | |
| 2012-11-10 | brew-test-bot: --cleanup (not --clean) and fetch origin. | Mike McQuaid | |
| 2012-11-10 | brew-test-bot: print bottle output with --log. | Mike McQuaid | |
| 2012-11-10 | brew-test-bot: add skip cleanup, setup options. | Mike McQuaid | |
| 2012-10-20 | brew ln --force is now brew ln --overwrite | Misty De Meo | |
| * Renames --force to --overwrite, freeing up brew ln --force for Homebrew/homebrew#13349 * Changes --dry-run to preview linking by default, rather than overwriting. An overwrite dry-run can be simulated via both --dry-run --overwrite * Adds some basic Keg tests | |||
| 2012-10-19 | Sanity check | Adam Vandenberg | |
| 2012-10-16 | brew-unpack: don't attempt to mv the build directory | Jack Nagel | |
| When the current working directory is the root of the build tree, copy it instead of moving it, otherwise an exception will be raised when we try to clean up the build tree later. Noticed when unpacking the vim source tree from a mercurial checkout. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-09-23 | Always unpack the source tarball, not the bottle | Max Howell | |
| 2012-09-23 | brew unpack: support -gpf | Max Howell | |
| -g sets up git repo. -f forces even if already there. I found these useful. | |||
| 2012-09-15 | Prevent linkapps from creating duplicate aliases | Christian Höltje | |
| `brew linkapps` was creating `MacVim` on the first run, then `MacVim alias` on the second run. Closes Homebrew/homebrew#14955. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2012-09-09 | linkapp: create Finder aliases | Ori Peleg | |
| Symlinks to apps don't play well with Spotlight, but Finder alises do, so let's create them instead. Closes Homebrew/homebrew#14821. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2012-09-03 | brew-aspell-dictionaries: handle mirrors | Jack Nagel | |
| Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-09-03 | brew-aspell-dictionaries - generate aspell formulae | Alexis Hildebrandt | |
| This script fetches the current list of aspell dictionaries from the gnu server and generates formulae that can then be included into the aspell formula. This makes updating current dictionaries and adding new ones easier. Tweaked by Mike to generate SHA1s instead of MD5s. Closes Homebrew/homebrew#12180. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2012-09-03 | Add script to convert formulae from MD5 to SHA1. | Mike McQuaid | |
| 2012-09-03 | brew-test-bot: Only run brew-test if test defined. | Mike McQuaid | |
| 2012-08-29 | Always find git and svn without trying hard | Max Howell | |
| Two wrapper scripts that find git and svn using the ENV variables we support and then searching through the PATH and looking inside Xcode.app if necessary. Now just calling git or svn in Homebrew code will find and exec the right tool and we can stop fussing. Apologies to @adamv who is probably unimpressed that the cmds directory has non-commands in it now. If it's consolation these are temporary pending some more work on superenv whereby some more directories are created under the superenv root. | |||
| 2012-08-25 | brew-test-bot: add missing 'formula' require. | Mike McQuaid | |
| 2012-08-22 | Honor GIT env var | Adam Vandenberg | |
| 2012-08-21 | Formula.Enumerable | Max Howell | |
| Deprecated Formula.all, replaced usage with more appropriate enumerable options. Just check out how much nicer `brew audit` runs now. | |||
| 2012-08-18 | brew-mirror-check: update for new specs API | Jack Nagel | |
| This was missed as part of the specs refactor. Fixes Homebrew/homebrew#14280. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-08-17 | Forgot to remove install_homebrew.rb | Max Howell | |
| It's now in the go branch. | |||
| 2012-08-09 | fish completion: Remove dupe lines, fix commands | Misty De Meo | |
| 2012-08-07 | Document `brew tap --repair` | Max Howell | |
