aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/update.rb
AgeCommit message (Expand)Author
2014-07-26Remove obsolete hacks from updater reportJack Nagel
2014-07-26Only populate the report with formula pathsJack Nagel
2014-07-26Switch from backticks to Utils.popen_readJack Nagel
2014-07-26Separate reading and parsing the diffJack Nagel
2014-07-25update: remove unused rename detectionJack Nagel
2014-07-25update: simplify diff parsingJack Nagel
2014-07-06Remove redundant "which git" guardsJack Nagel
2014-07-06Make tap_ref match similar code in updateJack Nagel
2014-07-06Escape paths in regexpsJack Nagel
2014-06-27Convert update report to use compositionJack Nagel
2014-06-27Simplify valid_formula_location? methodJack Nagel
2014-06-23Call original backtick using superJack Nagel
2014-06-23Pass repository path into the updaterJack Nagel
2014-06-20Use multiple argument form of systemJack Nagel
2014-06-19Only "extend self" once on the Homebrew moduleJack Nagel
2014-05-31Prefer Dir.glob when iterating over the resultJack Nagel
2014-05-14Taps: cleanup regexps around TapsTsukasa OMOTO
2014-05-03The \w character class already includes underscoreJack Nagel
2014-04-25Pass around only absolute paths when dealing with tapsJack Nagel
2014-04-25Build relative paths using resolved_path and relative_path_fromJack Nagel
2014-04-25Less code in begin clauseJack Nagel
2014-04-25Extract some boilerplate into an each_tap methodJack Nagel
2014-04-24Make the on-disk representation of taps unambiguousTsukasa OMOTO
2014-01-03install, update: AlreadyTappedError never raised.Mike McQuaid
2013-12-14update: rewrite origin to point to Homebrew org.Mike McQuaid
2013-12-12Remove unused variablesJack Nagel
2013-12-02Fix tap migrationsJack Nagel
2013-11-14update: add remaining status indicators to diff-tree regexpJack Nagel
2013-11-14update: guard against nil in tap migrationsJack Nagel
2013-11-14Add file type change to git diff-tree regexpJack Nagel
2013-11-01update: check if Cellar exists instead of factory.Mike McQuaid
2013-10-30update: automatically tap migrated formulae.Mike McQuaid
2013-09-24update: handle realpath exception.Mike McQuaid
2013-09-24update: untap/retap formulae before/after pull.Mike McQuaid
2013-09-10update: restore previous state when interruptedJack Nagel
2013-07-09Properly define tapped formulae in updatephinze
2013-06-09Remove adamv-alt references.Adam Vandenberg
2013-03-16Fix `brew update` so that it doesn't show doublesPeter Aronoff
2013-02-18Remove unused variablesJack Nagel
2013-02-18brew-update: show upgrade command on formula parameters.Mike McQuaid
2013-02-03update: abort if formula names are givenAdam Vandenberg
2013-01-06brew update: warn about adamv/homebrew-altAdam Vandenberg
2012-10-28brew-update: Guard non-directory files in TapsCharlie Sharpsteen
2012-10-05pluralize the word 'Formula' in reportsChristian Schlensker
2012-08-01Error handling for individual tapsMax Howell
2012-05-07Unify 'which' and which_s' utility methodsJack Nagel
2012-03-23Parse raw diff output in `brew update`Jack Nagel
2012-03-22Detect and display renames in `brew update`Jack Nagel
2012-03-22Use --verify when querying HEADJack Nagel
2012-03-18Set MACOS_VERSION as 0 on non-OSX platforms.Mike McQuaid