Fix compile.

Apparently git doesn't stash local changes, so when one's doing git checkout
<branch>, then has to pull / do a merge, the local changes are still active,
and because there is a non-empty message in a merge, you end up screwing
yourself over because the merge is then committed for you by git.

THANKS LINUS... YOU CAN GO SUCK EGGS.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
463 files changed