Paul Menzel <[email protected]> writes: >> http://pastebin.coelho.fi/7b624f474846da52.txt > > Thank you. The warning is gone now. Thank you. For the next time, it’d > be great to provide the output of `git format-patch -1`, which can be > applied with `git am`. The output of `git show` is with my knowledge > hard to apply.
'patch -p1 < foo.patch' should work. Of course it omits the commit log but is usually enough for testing purposes. -- Kalle Valo

