Skip to content

Instantly share code, notes, and snippets.

@Domon
Created September 17, 2016 11:59
Show Gist options
  • Save Domon/398b7d120cf198e977c7fd4a9a5e5d5e to your computer and use it in GitHub Desktop.
Save Domon/398b7d120cf198e977c7fd4a9a5e5d5e to your computer and use it in GitHub Desktop.
➜ ~ date
Sat Sep 17 19:32:02 CST 2016
➜ ~ brew update
Already up-to-date.
➜ ~ cd "$(brew --repo)"
➜ local git:(master) git --no-pager log -1
commit 06fe347de97975dc01e726f87bf07a56a6fb713e
Author: Martin Afanasjew <[email protected]>
Date: Wed Aug 10 17:56:46 2016 +0200
os/mac/ruby_keg: improve error reporting
A failure to change a dylib ID or install name would previously cause a
rather cryptic error message, that didn't include the name of the file
that caused the failure, unless `--debug` was specified. Make sure to
output this information in all cases before re-raising the exception.
➜ local git:(master) git fetch && git reset --hard origin/master
HEAD is now at 10f2bc2 Merge pull request #973 from MikeMcQuaid/move-repo-links
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment