aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2010-11-20Add brew pull for easy integration of user patchesMike McQuaid
2010-11-07Allow underscore in github version numbers.Adam Vandenberg
2010-11-07Update man pageAdam Vandenberg
Move all documented "external commands" up with the resto f the commands, as these will all be built-in commands after the next code re-org.
2010-11-06Separate man page for brew-manAdam Vandenberg
Also, revise main man page, and update brew-man command to handle multiple input files.
2010-11-05More .DS_Store ignoringMichael Dippery
* Don't link .DS_Store files * Don't list .DS_Store files in `brew info` Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-05brew-doctor - check for another stray ENV varAdam Vandenberg
Having $MACOSX_DEPLOYMENT_TARGET (for Fink) to something other than the current system SDK will cause Git to fail to compile (when building the Python bindings).
2010-11-04Fix installing from local abs. paths.Adam Vandenberg
2010-11-04brew-audit - check harder for commented cmakeAdam Vandenberg
2010-11-03Quash warning.Adam Vandenberg
Fixes Homebrew/homebrew#3056
2010-11-01Add proxy information to man pageAdam Vandenberg
2010-10-31Bump Homebrew to 0.7.10.7.1Adam Vandenberg
The Homebrew version number is mainly useful for bug reports. Since it is included in "brew --config" output, it is an easy way to see roughly how new the a user's version of Homebrew is. Bumping the micro version now, in anticipation of some more version-changing events in the near future.
2010-10-30Reformat keg-only messageAdam Vandenberg
2010-10-30fix warnings: ambiguous splatJamie Macey
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-30fix warnings: splat is redundant for putsJamie Macey
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-30fix warnings: ambiguous first argJamie Macey
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-30Document brew install <url>Adam Vandenberg
2010-10-30Allow installation from URLsAdam Vandenberg
This allows installation like: brew install http://example.com/something.rb Based on an original patch by [dwalters]. Fixes Homebrew/homebrew#160
2010-10-30brew-audit - check for combined make callsAdam Vandenberg
2010-10-28Ignore .DS_Store files when listing keg contentsMichael Dippery
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-28Handle dashed tags at github.arlolra
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-26Prefer HEAD version if its installedJoshua Peek
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-26brew-doctor - alt. autoconf pathAdam Vandenberg
2010-10-25brew-test - make ENV available to testsAdam Vandenberg
2010-10-21fix jruby external depsAdam Vandenberg
2010-10-21brew-audit - add check for tabs.Adam Vandenberg
Add a new mode "brew audit --warn" that performs stricter checks that might not need to be fixed. Currently this includes a check for using tabs instead of spaces for indentation; Homebrew style is "2-space indentation." Documented this new switch.
2010-10-20brew-doctor - fix keg-only checkAdam Vandenberg
2010-10-20brew-doctor - tweak git messageAdam Vandenberg
2010-10-20brew-doctor - also check /usr/local/etcAdam Vandenberg
2010-10-19typo in commentAdam Vandenberg
2010-10-17extract undent test to test caseMichael Morgan
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-17Add link shortcut ln to docAdam Vandenberg
2010-10-17Add remove --forceAdam Vandenberg
2010-10-17Use classes instead of strings for exceptionsAdam Vandenberg
2010-10-17clean up wording in the macports/fink warning msgDougal Sutherland
Signed-off-by: Adam Vandenberg <flangy@gmail.com> * Additional tweaks by me.
2010-10-16update - consistent quoting; use INIT_COMMANDAdam Vandenberg
2010-10-13Document fetch --forceAdam Vandenberg
2010-10-13Document fetch --HEADAdam Vandenberg
2010-10-13Document brew install --force --HEADAdam Vandenberg
2010-10-12brew-audit - don't complain about --HEAD optionsAdam Vandenberg
2010-10-12Allow :build dependencies.Adam Vandenberg
2010-10-08brew-audit - check for include? --HEADAdam Vandenberg
2010-10-07add test to completionAdam Vandenberg
2010-10-05Coerce ENV.append/prepend values to strings.Adam Vandenberg
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-04document brew logAdam Vandenberg
2010-10-03add install check for top-level infoAdam Vandenberg
2010-10-03Added FossilDownloadStrategy (Fossil SCM support)Tianyi Cui
This will enable downloading source repository using fossil SCM. For example, formulae `fossil` and `mongrel2` can have HEAD version. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-02brew doctor - remove double negativeAdam Vandenberg
2010-10-01add Xcode version to brew --configAdam Vandenberg
2010-10-01brew-missing - don't count outdated as missingAdam Vandenberg
2010-10-01Some people alias 'ls' so escape it in bash completionAdam Vandenberg