aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/refresh_brew.rb
AgeCommit message (Collapse)Author
2009-09-17Rename refresh_brew.rb to update.rbMax Howell
I didn't change the class name, it's clear from the context where it is used what it does. However when just looking at files to figure out the nature of Homebrew I believe in clear naming. Otherwise funny names earn you points.
2009-09-17Error out if a git command fails during updateMax Howell
2009-09-17Changed verbose output of git commands during update to use the existing style.Eloy Duran
2009-09-17Made the output of updating a bit nicer and log more if --verbose.Eloy Duran
2009-09-17Before trying to update, first checkout the masterbrew branch.Eloy Duran
2009-09-17Removed the old 'update' when clause and fixed a small spelling error.Eloy Duran
2009-09-17Make sure git commands in RefreshBrew are executed with the proper working dir.Eloy Duran
2009-09-17Update Homebrew and list the updated formulae.Eloy Duran