aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/list.rb
AgeCommit message (Expand)Author
2016-09-11cmd/list: fix Rubocop warnings.Mike McQuaid
2016-08-17Fix minor issues in command help text formattingMartin Afanasjew
2016-08-14list: note that `ls` command is used.Mike McQuaid
2016-08-05various: eliminate the usage of `any?` (#638)Xu Cheng
2016-04-17list: exclude zsh completions from unbrewedMartin Afanasjew
2016-04-10Add all the top level commentsMax Nordlund
2016-02-23list: exclude .github from unbrewedPaul Phillips
2016-02-06Array#count alias didn't always existMisty De Meo
2016-01-06list: exclude Ruby from unbrewedMartin Afanasjew
2016-01-06list: exclude Homebrew logs from unbrewedMartin Afanasjew
2015-08-14add Formula.racksXu Cheng
2015-08-06favor flat_map over map...flattenXu Cheng
2015-08-06more core file style updated by rubocopXu Cheng
2015-08-03Core files style updates.BrewTestBot
2015-06-22list: support --full-nameXu Cheng
2015-04-06list: exclude pypy from unbrewedDominyk Tiller
2015-02-03`brew list foo` should always error when foo is not installedJack Nagel
2014-11-11Exclude documentation from `brew list --unbrewed`Jack Nagel
2014-09-07Fix brew list when combining --pinned and --versionsMichael Hackner
2014-07-01Use sort_by in PrettyListingJack Nagel
2014-06-26Pass strings, not keg objects, to execJack Nagel
2014-06-19Remove unused requireJack Nagel
2014-06-19Only "extend self" once on the Homebrew moduleJack Nagel
2014-06-17Use Pathname#subdirsJack Nagel
2014-06-07Eliminate FORMULA_META_FILES constantJack Nagel
2014-04-27brew list --versions --multipleAdam Vandenberg
2013-08-01Improve signal-to-noise ratio of `brew list --unbrewed`Jack Nagel
2013-06-13Fix bug in `brew list --pinned`Simon Sigurdhsson
2013-04-07Unify indentation of access modifiersJack Nagel
2013-04-01Fix `list --pinned` for non-formula kegsJack Nagel
2013-03-30brew-pin: prevent selected formulae from upgrade.Simon Sigurdhsson
2012-11-12exclude repository from brew list --unbrewedAdam Vandenberg
2012-11-11Use a class for FORMULA_META_FILESAdam Vandenberg
2012-11-10Exclude the cache from `brew list --unbrewed`Adam Vandenberg
2012-09-01`brew list -v` means verbose, not versionsJack Nagel
2012-08-28Refactor brew listAdam Vandenberg
2012-08-28brew list: check for CellarAdam Vandenberg
2011-11-16Don't include receipt in `brew list` outputCharlie Sharpsteen
2011-07-30Exclude brew manpages from unbrewed.Max Howell
2011-03-12Use + instead of /.Adam Vandenberg
2011-03-12Refactor the brew command into one file per commandMax Howell