aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
AgeCommit message (Expand)Author
2016-02-19update: fix fork bomb caused by `brew update --help`Xu Cheng
2016-02-18update: always checkout master.ilovezfs
2016-02-18update: use GitHub API to avoid unneeded fetches.Mike McQuaid
2016-02-16add Tap#formula_file?Xu Cheng
2016-02-15Promote update-bash to the default updater.Mike McQuaid
2016-02-13style: update rubocop to 0.37.2Dominyk Tiller
2016-02-12cmd/update-bash.sh: print message on fetch fail.Mike McQuaid
2016-02-12update-bash: don't prompt for passwords.Mike McQuaid
2016-02-12pull --bump: add auto-detection of devel bumpsAndrew Janke
2016-02-11audit: roughly double notability requirements.Mike McQuaid
2016-02-10bottle: do not follow symlink when setting mtimeXu Cheng
2016-02-09Audit: Regexp.escape formula namesMisty De Meo
2016-02-06Array#count alias didn't always existMisty De Meo
2016-02-04audit: add check for insecure hackage urlsDominyk Tiller
2016-02-03audit: use start_with? to check the name in the descBaptiste Fontaine
2016-02-03pull: fix ambiguity issues for tap migrationsMartin Afanasjew
2016-01-31audit: check resource placementDominyk Tiller
2016-01-28update-bash: don't be quiet for git initXu Cheng
2016-01-28update-bash: git related improvementXu Cheng
2016-01-28update-bash: fix git_init_if_necessaryXu Cheng
2016-01-27update-bash: fully resolve Git's path in hash.Mike McQuaid
2016-01-26bin/brew: put commands into 'homebrew-' namespaceMartin Afanasjew
2016-01-26update-bash: stop handling command name argumentMartin Afanasjew
2016-01-26update-bash: discourage direct useMartin Afanasjew
2016-01-26update-report: don't duplicate "already updated".Mike McQuaid
2016-01-26bottle: clear tab cacheXu Cheng
2016-01-26bottle: ensure to restore relocation on text filesXu Cheng
2016-01-25update-bash: release to non-developers.Mike McQuaid
2016-01-25audit: avoid false positive pkgshare problemsBaptiste Fontaine
2016-01-25audit: warn once about deprecated *Formula classesBaptiste Fontaine
2016-01-21update-bash: use array for QUIET_ARGSXu Cheng
2016-01-21update-bash: explicitly tag local variablesXu Cheng
2016-01-21update-bash: handle option flags like -vdXu Cheng
2016-01-21update-bash: don't stash for --simulate-from-current-branchXu Cheng
2016-01-21update-bash: fix revision variable settingXu Cheng
2016-01-21update-bash: kill all of subprocess on interrupt when fetchingXu Cheng
2016-01-21update-bash: improve reset_on_interruptXu Cheng
2016-01-21update: implement rename_taps_dir_if_necessary in bashXu Cheng
2016-01-21update: improve repo_varXu Cheng
2016-01-21update-bash: avoid shellout for stripping prefixXu Cheng
2016-01-21update-bash: use odie and chdir from bin/brewXu Cheng
2016-01-21update-bash: always use `[[`Xu Cheng
2016-01-21update-report: skip non git tapXu Cheng
2016-01-21update-bash: fix incorrect argument parsingXu Cheng
2016-01-21tests: add --only=<test>[/<method>] flagMartin Afanasjew
2016-01-21tests: allow passing --seed <number>Martin Afanasjew
2016-01-20command: support .sh commandsBaptiste Fontaine
2016-01-20commands: support .sh commandsBaptiste Fontaine
2016-01-20tap-readme: fix for Ruby 1.8Baptiste Fontaine
2016-01-20sh: flush stdout before executing the shellBaptiste Fontaine