| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-09-08 | brew-audit - yet another path shortcut check | Adam Vandenberg | |
| 2010-09-08 | brew-audit - check inreplace block var name | Adam Vandenberg | |
| 2010-09-08 | Fix brew-leaves | Adam Vandenberg | |
| 2010-09-08 | Document brew options | Adam Vandenberg | |
| 2010-09-07 | brew-audit - catch more interpolation style issues | Adam Vandenberg | |
| 2010-09-07 | brew-audit: add check for git and fix warnings | Adam Vandenberg | |
| 2010-08-21 | brew audit - Google Code homes w/o trailing slash | Adam Vandenberg | |
| Without a trailing slash, you redirect to the URL w/ a slash, so might as well have it there in the first place. | |||
| 2010-08-21 | Document HOMEBREW_KEEP_INFO | Adam Vandenberg | |
| 2010-08-20 | Document 'brew man' and add links to gems. | Adam Vandenberg | |
| 2010-08-20 | Document HOMEBREW_DEBUG_PREFIX | Adam Vandenberg | |
| 2010-08-17 | Tweak brew server - fixes #2191 | Adam Vandenberg | |
| 2010-08-16 | Document HOMEBREW_DEBUG_INSTALL | Adam Vandenberg | |
| 2010-08-15 | Fix brew server and document. | Adam Vandenberg | |
| 2010-08-15 | Document 'brew test' and sort external commands. | Adam Vandenberg | |
| 2010-08-15 | Fix typo in manpage. | Adam Vandenberg | |
| 2010-08-15 | Document 'brew missing'. | Adam Vandenberg | |
| 2010-08-15 | Tweak brew missing | Adam Vandenberg | |
| 2010-08-15 | brew audit - check for FileUtils. | Adam Vandenberg | |
| 2010-08-15 | External command "brew missing" | Adam Vandenberg | |
| This will print installed brews that are missing deps. | |||
| 2010-08-15 | brew audit - another man variation | Adam Vandenberg | |
| 2010-08-13 | Add 'brew graph' external command. | Adam Vandenberg | |
| This command generates a GraphViz dot file from the Hoembrew dependency graph. $ brew install graphviz $ brew graph | dot -Tsvg -ohomebrew.svg $ open homebrew.svg | |||
| 2010-08-11 | Reformat manpage slightly | Adam Vandenberg | |
| 2010-08-11 | Add "brew uses --installed" | Adam Vandenberg | |
| Passing --installed will limit the list to formulae that you have installed. Documented this and "brew deps --1" which limits the dependency list to one level down (direct dependencies). | |||
| 2010-08-10 | brew audit - check used and documented options | Adam Vandenberg | |
| 2010-08-10 | brew audit - most audits shouldn't happen against __END__ | Adam Vandenberg | |
| 2010-08-09 | brew audit - refactor text checks to make easier to test | Adam Vandenberg | |
| 2010-08-09 | brew audit - flag use of DATA with no __END__ | Adam Vandenberg | |
| 2010-08-08 | brew audit - check for empty md5 | Adam Vandenberg | |
| 2010-08-08 | brew audit - more aggressive path shortcut suggestions | Adam Vandenberg | |
| 2010-08-08 | Move Pathname.starts_with? into Pathname | Adam Vandenberg | |
| 2010-08-07 | brew-linkapps - expand the target path once. | 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 | 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-07-29 | Document brew info url | Adam Vandenberg | |
| 2010-07-25 | Allow HOMEBREW_EDITOR for non-project editing. | Adam Vandenberg | |
| If set, use "HOMEBREW_EDITOR" when editing a single file, or multiple files in the same folder. Note that this setting does not affect `brew edit`, since opening all of Homebrew at once requires an editor with proper project support. | |||
| 2010-07-23 | Add depends_on spacing checks to brew_audit | Adam Vandenberg | |
| 2010-07-12 | Use regex in brew-audit and add path concat test. | Adam Vandenberg | |
| 2010-07-09 | Document 'brew install --HEAD'; sort ENV vars. | Adam Vandenberg | |
| 2010-07-08 | Improved Subversion support. | Adam Vandenberg | |
| Homebrew will now use the svn binary pointed to by HOMEBREW_SVN if set, use a Homebrew-installed svn if present, finally falling back to the system-provided svn binary. If a formula (mplayer) requires a newer version of Subversion than what Leopard provides, it can use the "StrictSubversionDownloadStrategy" download strategy to warn the user. These changes also fix an issue with forcing exports not working on a stock Leopard subversion, but letting the user either specify a specific binary or install Subversion via Homebrew and pick that up instead. | |||
| 2010-07-08 | External command "brew which" | Adam Vandenberg | |
| A work-in-progress command, "brew which" will show which versions of formulae you have installed based on what symlinks exist from HOMEBREW_PREFIX back into the Cellar. Thus, if you happen to have symlinks into two different versions of a brew in the Cellar (typically an error), both of those versions will be listed. This is a diagnostic command, but some of this code will be the basis for possible future better handling of multiple-versions-at-once. | |||
