aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils.rb
AgeCommit message (Expand)Author
2015-09-09Homebrew.git_*: check git availableXu Cheng
2015-09-09utils: add Homebrew.git_originXu Cheng
2015-09-08Improve description searching and add a cache.Dan Martinez
2015-09-08quiet_system: don't print cmd even when verbose modeXu Cheng
2015-09-02homebrew_version_string: check git availableXu Cheng
2015-09-02add git utilsXu Cheng
2015-08-29More API documentation.Mike McQuaid
2015-08-25include git sha1 in --version outputTim D. Smith
2015-08-16which: don't fail on malformed paths in PATHBaptiste Fontaine
2015-08-03Core files style updates.BrewTestBot
2015-07-29interactive_shell: create .zshrc when necessaryXu Cheng
2015-07-17use ohai headers at the top of search resultsAlex Dunn
2015-07-08Audit GitHub repository notability.Mike McQuaid
2015-07-03Make HOMEBREW_GITHUB_API_TOKEN copy/paste friendlyOsman Surkatty
2015-06-24Make warnings yellow (previously red)Radek Simko
2015-06-13Remove some 10.5 hacksJack Nagel
2015-06-04utils: prefer keg curl over system on 10.6Ryan Hendrickson
2015-05-29interactive_shell: use Formula#full_nameXu Cheng
2015-05-18test-bot: don't complain bottle errors when installing gcc and hgXu Cheng
2015-05-14Install specific Rubocop version.Mike McQuaid
2015-05-05Update links to GitHub's personal access tokenAlex Muller
2015-04-30utils: tweak access token text.Mike McQuaid
2015-04-15move safe_fork into a standalone methodXu Cheng
2015-03-24add method to detect shell profile file based on users' preference shellXu Cheng
2015-03-14Remove unused argumentJack Nagel
2015-01-05Emit warning when no editor is setJack Nagel
2015-01-05utils: install_gem_setup_path! now checks PATH.Mike McQuaid
2015-01-03Remove readline and zlib hacksJack Nagel
2015-01-02utils: always set PATH in install_gem_setup_path.Mike McQuaid
2015-01-02utils: tweak install_gem_setup_path to not warn.Mike McQuaid
2015-01-02Add Homebrew.install_gem_setup_path! function.Mike McQuaid
2014-12-06Remove {start,stop}doc as we're using Yard now.Mike McQuaid
2014-11-20Friendlier error message for EOFError raised inside Net::HTTPJack Nagel
2014-10-05Shows time since last commit in brew configTim D. Smith
2014-09-24Generate RDoc documentation.Mike McQuaid
2014-09-20Don't to_s the cmd parameter in Homebrew.systemJack Nagel
2014-09-20Stop invoking the editor through an interactive shellJack Nagel
2014-09-18Pass command and arg list into ErrorDuringExecution constructorJack Nagel
2014-09-04Hack around Zlib constant conflictJack Nagel
2014-08-04utils: use the $stderr global variable.Federico Bond
2014-07-20Simplify onoeJack Nagel
2014-07-19Passing an empty array to puts prints nothingJack Nagel
2014-07-18exec_editor with no arguments should not silently succeedJack Nagel
2014-07-06nostdout doesn't need to capture outputJack Nagel
2014-07-06Let File.expand_path also do the joinJack Nagel
2014-07-06Check File.file? first to avoid second stat()Jack Nagel
2014-07-06Just use each since we're returning from inside the blockJack Nagel
2014-07-06Expand ~ in PATH entriesJack Nagel
2014-07-05Add popen wrapper that does not invoke the shellJack Nagel
2014-06-30Add a method for getting the repo HEADJack Nagel