When you vendor the mobile-fu plugin in a Rails app using a common git whitespace setting, you'll get this message from git:
Applying: installed mobile-fu plugin
*
You have some suspicious patch lines:
With a long list of mobile-fu lines. It won't let you commit without using the --no-verify flag, but it's a pain and I still haven't found a solution for when I git rebase origin/master from a topic branch when master has the mobile-fu commit.
This commit just removes that trailing whitespace to make git happy.
When you vendor the mobile-fu plugin in a Rails app using a common git whitespace setting, you'll get this message from git:
Applying: installed mobile-fu plugin *
With a long list of mobile-fu lines. It won't let you commit without using the --no-verify flag, but it's a pain and I still haven't found a solution for when I git rebase origin/master from a topic branch when master has the mobile-fu commit.
This commit just removes that trailing whitespace to make git happy.