| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-08-07 | Homebrew now at version 0.70.7 | Adam Vandenberg | |
| Changes in this version include: * Aliases are now defined by relative symlinks rather than in the formulae themselves. Many commands are faster now that they don't have to read every formula to find aliases. * "url" now supports the same features as "head", including ":using" and version specifiers for VCS systems. * Files and methods marked for deprecation in 0.7 have been removed. * The Formula DSL now supports "skip_clean :all" and "keg_only 'reason'" | |||
| 2010-08-07 | 0.7 Remove deprecated make command | Adam Vandenberg | |
| 2010-08-07 | 0.7 Remove deprecated brewkit | Adam Vandenberg | |
| 2010-08-07 | Update Bash completion script | Adam Vandenberg | |
| * Add external command completion * Add alias completion | |||
| 2010-08-07 | Formatting in brew-switch | Adam Vandenberg | |
| 2010-08-07 | Move ext command docs down to ext commands section | Adam Vandenberg | |
| 2010-08-07 | Document external commands a bit | Adam Vandenberg | |
| 2010-08-07 | Tweak brew install docs | Adam Vandenberg | |
| 2010-08-07 | Document brew audit. | Adam Vandenberg | |
| 2010-08-07 | Add sha1 to brew fetch and document command | Adam Vandenberg | |
| 2010-08-07 | Put /usr/X11/bin in PATH when requesting X11. | Adam Vandenberg | |
| 2010-08-07 | Add 'skip_clean :all' to the DSL. | Adam Vandenberg | |
| 2010-08-07 | Add keg-only to DSL | Adam Vandenberg | |
| 2010-08-07 | added man subdirectories man2-man8 | Sam X Nguyen | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-08-07 | Sort and line up path helpers | Adam Vandenberg | |
| 2010-08-07 | Deprecate using symbols to define deps | Adam Vandenberg | |
| 2010-08-07 | "url" now has same features as "head" | Adam Vandenberg | |
| Specifically, it can accept all the VCS tag specs that head could, making it more useful for defining stable versions that come from VCS instead of tarballs. A new "SoftwareSpecification" class was added to implement this. This new class holds a "spec" for downloading a software package. It combines the url (or head url) with the "specs" [1] that head has been able to take. This allows both the stable (url) and unstable (head) specification for a software package to co-exist without stomping on each others "specs". [1] "specs" contain instructions on which branch/tag/revision/etc. to use from the source repository URL. | |||
| 2010-08-07 | Use ERB to generate formula template. | Alexander Kahn | |
| 2010-08-07 | ARGV - rename method that conflicts with optparse | Adam Vandenberg | |
| optparse adds an "options" method to ARGV, and so does Homebrew. Rename this method (and remove optparse blocking script) so that Homebrew plays nicer with external Ruby software. This fixes the issue where "gem install thin" would break "brew server", for instance. | |||
| 2010-08-07 | brew audit - trailing whitespace detection | Adam Vandenberg | |
| 2010-08-07 | brew audit - look for aliases in deps | Adam Vandenberg | |
| 2010-08-07 | Fix brew-server | Adam Vandenberg | |
| 2010-08-07 | Fix brew-readall | Adam Vandenberg | |
| 2010-08-07 | Fix brew-audit | Adam Vandenberg | |
| 2010-08-07 | Use new alias system with `brew search` | Max Howell | |
| Also don't show any aliases if you just type `brew search` as there is so little context, it just looks messy. | |||
| 2010-08-07 | `brew create` uses new Aliasing system | Max Howell | |
| 2010-08-07 | add URLs to brew info | Adam Vandenberg | |
| 2010-08-07 | Fix brew info | Adam Vandenberg | |
| 2010-08-07 | Significantly simpler `brew uses` and `brew deps` | Max Howell | |
| Partly simpler because the output is less pretty. But I think the output is now more useful for other tools. And comma separated lists aren't particularly human-readable IMO either. | |||
| 2010-08-07 | Resolve aliases in ARGV extension. | Max Howell | |
| * This allows most brew commands to automatically accept aliases. | |||
| 2010-08-07 | Add 'aka' removal notice. | Adam Vandenberg | |
| 'aka' is no longer used to define aliases, but we'll keep the method around with a warning so non-master brews have a chance to remove any aka's; otherwise pushing the change will break private brews and we don't want to do that. | |||
| 2010-08-07 | Skip broken formulae | Adam Vandenberg | |
| 2010-08-07 | New Aliasing system is plenty less code :) | Max Howell | |
| 2010-08-07 | Show changed examples on update [telemachus] | Adam Vandenberg | |
| * Also move updater output into the class itself | |||
| 2010-08-07 | Automatically enable external `brew` commands. | Martin Kühl | |
| * Add path to external command examples to PATH. * Only add them to PATH from inside Homebrew. Signed-off-by: Adam Vandenberg <flangy@gmail.com> * Move external commands path down near check | |||
| 2010-08-07 | Fix regex location | Adam Vandenberg | |
| 2010-08-07 | Reword X11 brew doctor messages. | Adam Vandenberg | |
| 2010-08-07 | Re-wrap message. | Adam Vandenberg | |
| 2010-08-07 | Don't version VCS checkout directories. | Adam Vandenberg | |
| While tarballs are versioned to prevent conflicts when newer ones are downloaded, we shouldn't be versioning the name of the VCS checkout when a formula uses "HEAD" or a stable commit. Append the name of the vcs system to the checkout path, in case a project changes vcs providers, to prevent future conflicts. | |||
| 2010-08-02 | archs_for_command now follows symlinks. | James Harris | |
| Tell file(1) to follow symlinks using the -L option. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-07-30 | brew doctor - check man access | Adam Vandenberg | |
| 2010-07-29 | Shorten 'bad man path' message. | Adam Vandenberg | |
| 2010-07-29 | Move testing tarballs into subfolder | Adam Vandenberg | |
| 2010-07-29 | Fix brew info test | Adam Vandenberg | |
| 2010-07-29 | Document brew info url | Adam Vandenberg | |
| 2010-07-29 | Just use Pathname.cd | Adam Vandenberg | |
| 2010-07-29 | Add name to brew info url and remove external script | Adam Vandenberg | |
| 2010-07-27 | Fix brew info --github | Adam Vandenberg | |
| 2010-07-25 | brew doctor - add check for non-standard X11 | Adam Vandenberg | |
| XQuartz is not known to work with Homebrew, though if you have it working on your machine let us know. | |||
| 2010-07-25 | Add Pathname.resolved_path | Adam Vandenberg | |
