さきほど、brew update したら、以下の様なエラーが出て途中で止まってしまいました。。。
$ brew update error: The following untracked working tree files would be overwritten by merge: Library/Formula/libarchive.rb Please move or remove them before you can merge. Aborting Error: Failure while executing: git pull -q origin refs/heads/master:refs/remotes/origin/master
対処方法は以下の様な感じです。
これで無事解決しました。
$ cd /usr/local/Library/Formula $ git reset --hard FETCH_HEAD
めでたしめでたし。
参考
https://github.com/mxcl/homebrew/issues/19799