| Age | Commit message (Collapse) | Author |
|
|
|
Git is a transport and storage mechanism for us so we don't want to
allow arbitrary customisation of this due to user issues e.g. #3664
and #3561.
Fixes #3664.
|
|
These are both tools that end-users can find useful on occasion so it
doesn't make sense to hide them.
|
|
Otherwise it won't overwrite unmerged changes.
|
|
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.
|