index
:
homebrew
gh-pages
go
master
ranger-1.7.0
:beer: The missing package manager for OS X.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
cmd
/
update.rb
Age
Commit message (
Expand
)
Author
2013-06-09
Remove adamv-alt references.
Adam Vandenberg
2013-03-16
Fix `brew update` so that it doesn't show doubles
Peter Aronoff
2013-02-18
Remove unused variables
Jack Nagel
2013-02-18
brew-update: show upgrade command on formula parameters.
Mike McQuaid
2013-02-03
update: abort if formula names are given
Adam Vandenberg
2013-01-06
brew update: warn about adamv/homebrew-alt
Adam Vandenberg
2012-10-28
brew-update: Guard non-directory files in Taps
Charlie Sharpsteen
2012-10-05
pluralize the word 'Formula' in reports
Christian Schlensker
2012-08-01
Error handling for individual taps
Max Howell
2012-05-07
Unify 'which' and which_s' utility methods
Jack Nagel
2012-03-23
Parse raw diff output in `brew update`
Jack Nagel
2012-03-22
Detect and display renames in `brew update`
Jack Nagel
2012-03-22
Use --verify when querying HEAD
Jack Nagel
2012-03-18
Set MACOS_VERSION as 0 on non-OSX platforms.
Mike McQuaid
2012-03-18
Handle when formula are deleted from taps
Max Howell
2012-03-16
Link new tapped formula during brew update
Max Howell
2012-03-16
`brew update` will update taps
Max Howell
2012-03-02
update: disable git line ending conversion
Jack Nagel
2011-09-20
Allow `brew update --rebase`
Max Howell
2011-09-10
Use HTTPS during `brew update`
Jack Nagel
2011-08-31
fix brew update treating command changes as deletions
Misty De Meo
2011-08-31
update: make `git pull` update origin/master
Jack Nagel
2011-08-26
Feature new/removed internal commands
Max Howell
2011-08-26
Fix `brew update` after new install for real this time?
Max Howell
2011-08-25
`brew update` uses origin rather than full URL
Max Howell
2011-08-24
Constants that are used once are dumb
Max Howell
2011-08-06
Reset --hard after the first git init
Max Howell
2011-08-02
Fix `brew update` local changes bug
Jack Nagel
2011-07-31
Fix brew update on Leopard
Adam Vandenberg
2011-07-29
Make the check for a valid git repo better
Max Howell
2011-06-17
Don’t output "nothing" messages
Max Howell
2011-06-15
Don’t error out if the Cellar doesn’t yet exist
Max Howell
2011-06-15
Fix first `brew update` with Git 1.7.4+; Fixes #5128
Max Howell
2011-06-14
refactor `update` command to use git diff instead of parsing `pull` output
Mislav Marohnić
2011-03-21
brew up: star installed formulae
Jonas Pfenniger
2011-03-12
Refactor the brew command into one file per command
Max Howell