| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-06-07 | formula#to_hash: record requirements | Xu Cheng | |
| Closes Homebrew/homebrew#40451. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-06-07 | requirement: allow access default_formula directly | Xu Cheng | |
| 2015-06-06 | sdelta3: migrate to boneyard | Baptiste Fontaine | |
| The original website doesn’t exist anymore, the download URL doesn’t work and there are no mirrors. Debian doesn’t provide any package for it, like Fedora and MacPorts. Closes Homebrew/homebrew#40436. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2015-06-05 | brew tap: allow tapping non-GitHub repositories. | Peter Aronoff | |
| `brew tap` restricts users to GitHub and checks for private repos. I created `brew any-tap` to support a wider variety of taps. With very small changes (and no extra flags!), this change allows users to use `brew tap` with GitHub as they always have or add one extra argument and tap any repository of any type from anywhere. brew tap user/name # Same as it ever was brew tap user/name URL # Tap URL, whatever it happens to be Closes Homebrew/homebrew#40326. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-06-05 | singular/plural phrasing in audit report | Baptiste Fontaine | |
| Closes Homebrew/homebrew#40395. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2015-06-05 | Remove "An" from example-formula's desc | Nikolaus Wittenstein | |
| Formula descriptions shouldn't start with an article. | |||
| 2015-06-05 | Revert "upgrade: announce usage of --all." | Mike McQuaid | |
| This reverts commit 9032f165bec3d0c7452169093fab32578816043b. This seems to have been universally unpopular so let's revert it. Closes Homebrew/homebrew#40372. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-06-04 | Pathname#version: support bottle version | Xu Cheng | |
| Closes Homebrew/homebrew#40365. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-06-04 | utils: prefer keg curl over system on 10.6 | Ryan Hendrickson | |
| Closes Homebrew/homebrew#39927. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-06-02 | Give namespace modules a name so formula objects can be marshaled | Jack Nagel | |
| Fixes Homebrew/homebrew#40311. | |||
| 2015-06-03 | brew deps --installed support for formulae | Baptiste Fontaine | |
| Closes Homebrew/homebrew#40233. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2015-06-02 | awsenv: move to tap | Knut Ahlers | |
| Closes Homebrew/homebrew#40177. Signed-off-by: Tim D. Smith <git@tim-smith.us> | |||
| 2015-06-02 | update: only display version changed formulae | Xu Cheng | |
| Closes Homebrew/homebrew#40090. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-06-02 | Add support for fish shell completions | Johannes Wienke | |
| * Library/Homebrew/caveats.rb: add caveats comparable to other shells * Library/Homebrew/formula.rb: define completion directory along the conventions explained in the fish documentation for $fish_complete_path * Library/Homebrew/keg.rb: add fish shell to check function for installed completions Closes Homebrew/homebrew#39828. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-06-02 | test-bot: use bottle_resolve_formula_names | Xu Cheng | |
| Closes Homebrew/homebrew#40134. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-06-02 | bottle: remove bottle_filename_formula_name | Xu Cheng | |
| 2015-06-02 | BottleLoader: use bottle_resolve_formula_names | Xu Cheng | |
| 2015-06-02 | new method bottle_resolve_formula_names | Xu Cheng | |
| Also remove bottle_filename_formula_name | |||
| 2015-06-02 | remove bottle_version | Xu Cheng | |
| 2015-06-02 | tab: allow load from file content | Xu Cheng | |
| 2015-06-02 | test-bot: simplify the upload logic | Xu Cheng | |
| If the bottle is already published, let's fail directly. Also silent the curl output. Closes Homebrew/homebrew#40295. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-06-01 | Isolate formula class namespaces | Jack Nagel | |
| Closes Homebrew/homebrew#40151. Closes Homebrew/homebrew#40203. | |||
| 2015-06-01 | tap_migrations: add fuse migrations | Dominyk Tiller | |
| 2015-06-01 | audit: audit formulae with the same name | Xu Cheng | |
| Closes Homebrew/homebrew#40216. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-06-01 | add official_taps | Xu Cheng | |
| 2015-06-01 | outdated: use Formula#full_name | Xu Cheng | |
| Closes Homebrew/homebrew#40265. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-06-01 | test-bot: allow overwrite unpublished bottles | Xu Cheng | |
| Closes Homebrew/homebrew#40260. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-05-30 | test-bot: tweak bottle uploading. | Mike McQuaid | |
| 2015-05-30 | test-bot: remove obsolete tap --repair | Xu Cheng | |
| 2015-05-29 | brew-deps: improved --tree formatting | Baptiste Fontaine | |
| Closes Homebrew/homebrew#40018. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2015-05-29 | test_software_spec: add full_name | Xu Cheng | |
| 2015-05-29 | exceptions: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | formula_installer: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | cxxstdlib: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | interactive_shell: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | uses: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | upgrade: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | unpack: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | test-bot: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | test: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | search: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | reinstall: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | pull: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | options: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | missing: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | leaves: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | install: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | info: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | doctor: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | deps: use Formula#full_name | Xu Cheng | |
