aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/update-bash.sh
AgeCommit message (Expand)Author
2016-02-15Promote update-bash to the default updater.Mike McQuaid
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-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-25update-bash: release to non-developers.Mike McQuaid
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-bash: fix incorrect argument parsingXu Cheng
2016-01-17Add new update-bash command for testing.Mike McQuaid