| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-14 | brew-test-bot: use OSX name for test prefix. | Mike McQuaid | |
| 2013-09-14 | brew-test-bot: strip, squeeze short test name. | Mike McQuaid | |
| 2013-09-14 | brew-test-bot: use Jenkins variables when no args. | Mike McQuaid | |
| Otherwise specifying arguments means that you can't effectively build just a single commit or pull request as Jenkins will try and override the start commit. | |||
| 2013-09-14 | brew-test-bot: pull no args check into a method. | Mike McQuaid | |
| 2013-09-10 | brew-test-bot: allow skipping bottle creation. | Mike McQuaid | |
| 2013-09-10 | linkapps: overwrite broken app symlinks | Philip Puryear | |
| Closes Homebrew/homebrew#22388. Closes Homebrew/homebrew#22430. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-09-09 | Add audit to zsh tab completion | Greg Sieranski | |
| Closes Homebrew/homebrew#22339. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-09-07 | brew-test-bot: run brew uses. | Mike McQuaid | |
| 2013-09-03 | gist-logs cmd | Stefan | |
| Closes Homebrew/homebrew#21557. Signed-off-by: Samuel John <github@SamuelJohn.de> | |||
| 2013-09-03 | brew search <user>/<repo> [substring] | Samuel John | |
| For example `brew search homebrew/science` to get a list of all formulae from that tap, even if not yet tapped. `brew search <user>/<repo>/<substr>` or `brew search <user>/<repo> <substr>` to grep for `<substr>` inside of the tap `<user>/<repo>`. | |||
| 2013-09-01 | Document --cc= for non-Apple compilers | Misty De Meo | |
| 2013-08-30 | Document --cc= in the manpage | Misty De Meo | |
| 2013-08-23 | zsh completion for brew reinstall | Greg Sieranski | |
| Closes Homebrew/homebrew#22061. Signed-off-by: Samuel John <github@SamuelJohn.de> | |||
| 2013-08-21 | adding reinstall to bash completion | Greg Sieranski | |
| Closes Homebrew/homebrew#22051. Signed-off-by: Samuel John <github@SamuelJohn.de> | |||
| 2013-08-20 | man brew: Mention the example-formula.rb | Samuel John | |
| 2013-08-20 | Adding an example-formula.rb to show all features | Samuel John | |
| A huge cheat sheet. Kind of. | |||
| 2013-08-17 | update brew search completion | Adam Vandenberg | |
| 2013-08-14 | verbage | Adam Vandenberg | |
| 2013-08-14 | add ubuntu package search | Adam Vandenberg | |
| 2013-08-14 | unpack: don't attempt to chdir into regular files | Jack Nagel | |
| 2013-08-14 | unpack: don't call realpath on potentially non-existent directory | Jack Nagel | |
| 2013-08-14 | unpack: extract usage | Jack Nagel | |
| 2013-08-14 | unpack: use ARGV.value | Jack Nagel | |
| 2013-08-14 | unpack: remove dead code | Jack Nagel | |
| 2013-08-14 | unpack: ensure $VERBOSE is restored | Jack Nagel | |
| 2013-08-09 | Add fedora to brew search | Adam Vandenberg | |
| 2013-08-06 | update search bash completion | Adam Vandenberg | |
| 2013-08-05 | Add opensuse package search | Adam Vandenberg | |
| 2013-08-03 | man page: fix argument order for `brew create` | Ches Martin | |
| The implementation requires that the URL is the first argument. Closes Homebrew/homebrew#21597. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-07-18 | brew-test-bot: only install bottle if created OK. | Mike McQuaid | |
| 2013-07-18 | brew-test-bot: only force fetch with --cleanup. | Mike McQuaid | |
| 2013-07-18 | brew-test-bot: add devel/HEAD install options. | Mike McQuaid | |
| 2013-07-16 | brew-test-bot: audit after installation. | Mike McQuaid | |
| Enables new post-installation Cellar audit failures. Closes Homebrew/homebrew#21242. | |||
| 2013-07-15 | brew-test-bot: reset before checkout. | Mike McQuaid | |
| 2013-07-12 | Man page: document `brew fetch --build-from-source` | chdiza | |
| Closes Homebrew/homebrew#21070. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-07-09 | Respect $VISUAL when picking an editor | Jack Nagel | |
| 2013-07-08 | Completion for brew untap command in zsh shell. | Jozef Izso | |
| Closes Homebrew/homebrew#21074. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-07-04 | brew-test-bot: always force uninstall. | Mike McQuaid | |
| Also filter the force flag from pretty output. Closes Homebrew/homebrew#20988. | |||
| 2013-06-29 | brew-cleanup-installed: add new external command. | Mike McQuaid | |
| brew-cleanup-installed: uninstall all non-whitelisted Homebrew formulae. Useful for maintainers/testers who regularly install lots of formulae they don't actually use. Populate ~/.brew-cleanup-installed with the formulae you want to keep installed. All others will be uninstalled when brew-cleanup-installed is run. | |||
| 2013-06-29 | brew-test-bot: change default email subject. | Mike McQuaid | |
| 2013-06-29 | brew-test-bot: improve JUnit output for Jenkins. | Mike McQuaid | |
| 2013-06-29 | brew-test-bot: move command shortening to method. | Mike McQuaid | |
| 2013-06-29 | brew-test-bot: fix logs in spaced directories. | Mike McQuaid | |
| 2013-06-27 | brew-test-bot: always write something to email file. | Mike McQuaid | |
| 2013-06-26 | brew-test-bot: fix email subject filename. | Mike McQuaid | |
| 2013-06-26 | brew-test-bot: remove prefix from email subject. | Mike McQuaid | |
| 2013-06-26 | brew-test-bot: don't install dependencies first. | Mike McQuaid | |
| Now that --build-bottle is filtered we don't need to worry about extra installation time. | |||
| 2013-06-26 | brew-test-bot: force fetching formulae. | Mike McQuaid | |
| References Homebrew/homebrew#20807. | |||
| 2013-06-24 | brew-server: fix reference to removed method | Jack Nagel | |
| Fixes Homebrew/homebrew#20744. | |||
| 2013-06-22 | Add Utils::JSON to wrap the JSON implementation | Jack Nagel | |
