aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/update-reset.sh
AgeCommit message (Collapse)Author
2017-10-26Unhide readall and update-reset from manpage.Mike McQuaid
These are both tools that end-users can find useful on occasion so it doesn't make sense to hide them.
2017-01-26update-reset: checkout with --force.Mike McQuaid
Otherwise it won't overwrite unmerged changes.
2016-12-18update-reset: add new command.Mike McQuaid
Add new `brew update-reset` command to provide a helpful troubleshooting fallback to fetch and reset all repositories. This could have lived in `brew update` but it makes sense to avoid the complexity of sharing logic between these scripts and keeping this one simpler.