index
:
brew
cmd-upgrade--change-build_bottle-method-call-to-bottle
master
🍺 The missing package manager for macOS
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
cmd
/
update-bash.sh
Age
Commit message (
Expand
)
Author
2016-02-15
Promote update-bash to the default updater.
Mike McQuaid
2016-02-12
cmd/update-bash.sh: print message on fetch fail.
Mike McQuaid
2016-02-12
update-bash: don't prompt for passwords.
Mike McQuaid
2016-01-28
update-bash: don't be quiet for git init
Xu Cheng
2016-01-28
update-bash: git related improvement
Xu Cheng
2016-01-28
update-bash: fix git_init_if_necessary
Xu Cheng
2016-01-27
update-bash: fully resolve Git's path in hash.
Mike McQuaid
2016-01-26
bin/brew: put commands into 'homebrew-' namespace
Martin Afanasjew
2016-01-26
update-bash: stop handling command name argument
Martin Afanasjew
2016-01-26
update-bash: discourage direct use
Martin Afanasjew
2016-01-25
update-bash: release to non-developers.
Mike McQuaid
2016-01-21
update-bash: use array for QUIET_ARGS
Xu Cheng
2016-01-21
update-bash: explicitly tag local variables
Xu Cheng
2016-01-21
update-bash: handle option flags like -vd
Xu Cheng
2016-01-21
update-bash: don't stash for --simulate-from-current-branch
Xu Cheng
2016-01-21
update-bash: fix revision variable setting
Xu Cheng
2016-01-21
update-bash: kill all of subprocess on interrupt when fetching
Xu Cheng
2016-01-21
update-bash: improve reset_on_interrupt
Xu Cheng
2016-01-21
update: implement rename_taps_dir_if_necessary in bash
Xu Cheng
2016-01-21
update: improve repo_var
Xu Cheng
2016-01-21
update-bash: avoid shellout for stripping prefix
Xu Cheng
2016-01-21
update-bash: use odie and chdir from bin/brew
Xu Cheng
2016-01-21
update-bash: always use `[[`
Xu Cheng
2016-01-21
update-bash: fix incorrect argument parsing
Xu Cheng
2016-01-17
Add new update-bash command for testing.
Mike McQuaid