Mark Walters <markwalters1009@gmail.com> writes: > > This looks good to me except there are a couple of trailing whitespace > errors > If the whitespace is the only problem, I can fix that without another series. d P.S. Peter, you probably want to do something like % cd .git/hooks && mv pre-commit.sample pre-commit && chmod 755 pre-commit this will prevent commits with trailing whitespace.